aboutsummaryrefslogtreecommitdiff
path: root/japanese/ebview-gtk2/files/patch-configure.in
diff options
context:
space:
mode:
Diffstat (limited to 'japanese/ebview-gtk2/files/patch-configure.in')
-rw-r--r--japanese/ebview-gtk2/files/patch-configure.in13
1 files changed, 13 insertions, 0 deletions
diff --git a/japanese/ebview-gtk2/files/patch-configure.in b/japanese/ebview-gtk2/files/patch-configure.in
new file mode 100644
index 000000000000..a874e9d6d5a1
--- /dev/null
+++ b/japanese/ebview-gtk2/files/patch-configure.in
@@ -0,0 +1,13 @@
+--- configure.in.orig Tue Nov 19 15:04:30 2002
++++ configure.in Sat Nov 30 09:27:26 2002
+@@ -14,8 +14,8 @@
+ AM_GNU_GETTEXT
+
+ dnl Checks for libraries.
+-AM_PATH_GTK(1.2.8)
+-AM_PATH_IMLIB()
++AM_PATH_GTK(1.2.8,, AC_MSG_ERROR(Cannot find GTK+ 1.2.8), gmodule gthread)
++AM_PATH_GDK_IMLIB()
+ eb_LIB_EB3
+
+ dnl Checks for header files.