blob: 1c1335a2f70608d4f2d95dac229fd257ece21927 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
$NetBSD: patch-ad,v 1.1 2007/04/15 11:05:03 wiz Exp $
--- configure.orig 2006-10-26 14:38:10.000000000 +0000
+++ configure
@@ -20484,7 +20484,7 @@ if test "${enable_gtkspell+set}" = set;
fi
-if test "$with_gtkspell" == "yes"; then
+if test "$with_gtkspell" = "yes"; then
if test "x$ac_cv_env_PKG_CONFIG_set" != "xset"; then
@@ -20676,7 +20676,7 @@ echo "${ECHO_T}yes" >&6; }
fi
fi
-if test "$with_gtkspell" == "yes"; then
+if test "$with_gtkspell" = "yes"; then
GTKSPELL_SPEC="gtkspell-2.0 >= $GTKSPELL_REQUIRED"
cat >>confdefs.h <<\_ACEOF
|