$NetBSD: patch-ab,v 1.6 2006/09/10 22:59:16 adam Exp $

--- configure.orig	2006-09-07 14:25:34.000000000 +0200
+++ configure
@@ -32616,6 +32616,7 @@ if (eval "$ac_cpp conftest.$ac_ext") 2>&
   gimp_ok=yes
 fi
 rm -f conftest*
+  fi
 
       if test $gimp_ok = yes; then
 
@@ -32624,7 +32625,6 @@ cat >>confdefs.h <<\_ACEOF
 _ACEOF
 
       fi
-  fi
   { echo "$as_me:$LINENO: result: $gimp_ok" >&5
 echo "${ECHO_T}$gimp_ok" >&6; }
   if test $gimp_ok = no; then
@@ -34706,7 +34706,7 @@ echo $ECHO_N "checking if libexif is ver
   fi
   { echo "$as_me:$LINENO: result: $have_exif_0_6" >&5
 echo "${ECHO_T}$have_exif_0_6" >&6; }
-  if test x$have_exif_0_6 == xyes; then
+  if test x$have_exif_0_6 = xyes; then
 
 cat >>confdefs.h <<\_ACEOF
 #define HAVE_EXIF_0_6 1
@@ -35529,7 +35529,7 @@ else
 fi
 
 
-if test "x$enable_print" == xyes; then
+if test "x$enable_print" = xyes; then
   BUILD_PRINT_TRUE=
   BUILD_PRINT_FALSE='#'
 else
@@ -37509,7 +37509,7 @@ else
 fi
 
 
-if test "x$enable_script_fu" == "xyes"; then
+if test "x$enable_script_fu" = "xyes"; then
   BUILD_SCRIPT_FU_TRUE=
   BUILD_SCRIPT_FU_FALSE='#'
 else
@@ -37917,7 +37917,7 @@ fi
 
 gimpdatadir="$datadir/$PACKAGE/2.0"
 gimpplugindir="$libdir/$PACKAGE/2.0"
-gimpsysconfdir="$sysconfdir/$PACKAGE/2.0"
+gimpsysconfdir="$sysconfdir"
 
 
 
