You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tde-packaging/freebsd/dependencies/imlib/files/patch-disable-gtk-configure...

20 lines
650 B

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)