blob: e79f96bd4f37d8f01e208a7b340c60045f18f14c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
|
$NetBSD: patch-ab,v 1.7 2006/10/12 19:18:41 adam Exp $
--- configure.orig 2006-10-11 09:53:43.000000000 +0200
+++ configure
@@ -32608,6 +32608,7 @@ if (eval "$ac_cpp conftest.$ac_ext") 2>&
gimp_ok=yes
fi
rm -f conftest*
+ fi
if test $gimp_ok = yes; then
@@ -32616,7 +32617,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
@@ -34698,7 +34698,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
@@ -35521,7 +35521,7 @@ else
fi
-if test "x$enable_print" == xyes; then
+if test "x$enable_print" = xyes; then
BUILD_PRINT_TRUE=
BUILD_PRINT_FALSE='#'
else
@@ -37590,7 +37590,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
@@ -37998,7 +37998,7 @@ fi
gimpdatadir="$datadir/$PACKAGE/2.0"
gimpplugindir="$libdir/$PACKAGE/2.0"
-gimpsysconfdir="$sysconfdir/$PACKAGE/2.0"
+gimpsysconfdir="$sysconfdir"
|