blob: bfc9e11c6ac15d58570f226ffe267a6aacab4ff7 (
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
|
$NetBSD: patch-ab,v 1.26 2008/08/30 11:11:50 adam Exp $
--- configure.orig 2008-08-21 11:36:52.000000000 +0200
+++ configure
@@ -31016,6 +31016,7 @@ if (eval "$ac_cpp conftest.$ac_ext") 2>&
gimp_ok=yes
fi
rm -f conftest*
+ fi
if test "x$gimp_ok" = xyes; then
@@ -31024,7 +31025,6 @@ cat >>confdefs.h <<\_ACEOF
_ACEOF
fi
- fi
{ echo "$as_me:$LINENO: result: $gimp_ok" >&5
echo "${ECHO_T}$gimp_ok" >&6; }
if test "x$gimp_ok" = xno; then
@@ -33563,7 +33563,7 @@ fi
if test "x$with_print" != xno; then
enable_print="yes"
fi
- if test "x$enable_print" == xyes; then
+ if test "x$enable_print" = xyes; then
BUILD_PRINT_TRUE=
BUILD_PRINT_FALSE='#'
else
@@ -36523,7 +36523,7 @@ fi
gimpdatadir="$datadir/$PACKAGE/2.0"
gimpplugindir="$libdir/$PACKAGE/2.0"
-gimpsysconfdir="$sysconfdir/$PACKAGE/2.0"
+gimpsysconfdir="$sysconfdir"
|