$NetBSD: patch-aa,v 1.3 2003/02/14 20:04:08 jmmv Exp $ Disable GTK2 support. This is a workaround until bug #102825 gets fixed. See http://bugzilla.gnome.org/show_bug.cgi?id=102825 for more details. --- configure.orig 2003-01-21 04:29:24.000000000 +0100 +++ configure 2003-02-13 13:16:42.000000000 +0100 @@ -8549,6 +8549,7 @@ fi +if [ "$PKG_USE_GTK" = "yes" ]; then if test "$PKG_CONFIG" = "no" ; then echo "*** The pkg-config script could not be found. Make sure it is" echo "*** in your path, or set the PKG_CONFIG environment variable" @@ -8592,6 +8593,7 @@ echo "*** See http://www.freedesktop.org/software/pkgconfig" fi fi +fi if test $succeeded = yes; then HAVE_GTK=yes @@ -8645,6 +8647,7 @@ fi +if [ "$PKG_USE_GTK" = "yes" ]; then if test "$PKG_CONFIG" = "no" ; then echo "*** The pkg-config script could not be found. Make sure it is" echo "*** in your path, or set the PKG_CONFIG environment variable" @@ -8688,6 +8691,7 @@ echo "*** See http://www.freedesktop.org/software/pkgconfig" fi fi +fi if test $succeeded = yes; then :