summaryrefslogtreecommitdiffstats
path: root/freebsd/dependencies/imlib/files/patch-disable-gtk-configure-check.diff
blob: fdb5e39570e32e377f12ff07a3cd8f630d88e013 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
Index: b/configure.in
===================================================================
--- a/configure.in
+++ b/configure.in
@@ -17,10 +17,10 @@
 dnl incase it is broken for example.
 AC_ARG_ENABLE(shm, [  --enable-shm            support shared memory if available [default=yes]], echo $enable_shm, enable_shm="yes")
 
-AM_PATH_GTK(1.2.1,[
-  GDK_IMLIB="gdk_imlib utils"],[
-  GDK_IMLIB="" 
-  AC_MSG_WARN([*** gdk_imlib will not be built ***])])
+dnl AM_PATH_GTK(1.2.1,[
+dnl   GDK_IMLIB="gdk_imlib utils"],[
+dnl   GDK_IMLIB="" 
+dnl   AC_MSG_WARN([*** gdk_imlib will not be built ***])])
 
 AC_MSG_CHECKING(whether to build gmodulized imlib)