$NetBSD: patch-aa,v 1.4 2003/12/14 19:44:38 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-10-25 23:07:14.000000000 +0000
+++ configure	2003-10-25 23:08:46.000000000 +0000
@@ -18961,6 +18961,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"
@@ -19004,6 +19005,7 @@
         echo "*** See http://www.freedesktop.org/software/pkgconfig"
      fi
   fi
+fi
 
   if test $succeeded = yes; then
      HAVE_GTK=yes
@@ -19057,6 +19059,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"
@@ -19100,6 +19103,7 @@
         echo "*** See http://www.freedesktop.org/software/pkgconfig"
      fi
   fi
+fi
 
   if test $succeeded = yes; then
      :
