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.
gentoo-overlay/dev-db/libiodbc/files/libiodbc-3.52.7-gtk.patch

17 lines
445 B

diff -pruN 3.52.6-1/configure.in 3.52.6-1ubuntu1/configure.in
--- 3.52.6-1/configure.in 2007-10-08 14:04:32.000000000 +0100
+++ 3.52.6-1ubuntu1/configure.in 2007-12-06 00:12:00.000000000 +0000
@@ -315,12 +315,6 @@ then
no_gtk=""
# Check for GTK+ 2.x
AM_PATH_GTK_2_0(2.0.0)
- if test x$no_gtk != x
- then
- # Try GTK 1.2.x instead
- no_gtk=""
- AM_PATH_GTK(1.2.3)
- fi
if test x$no_gtk = x
then
USE_GTK=true