mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 17:59:07 -04:00
23 lines
563 B
Plaintext
23 lines
563 B
Plaintext
$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
|