16 lines
395 B
Plaintext
16 lines
395 B
Plaintext
$NetBSD: patch-aa,v 1.2 2009/02/21 14:47:58 wiz Exp $
|
|
|
|
--- configure.orig 2009-02-21 14:15:01.000000000 +0000
|
|
+++ configure
|
|
@@ -25653,8 +25653,8 @@ else
|
|
$as_echo "no" >&6; }
|
|
fi
|
|
|
|
-if test "$have_iso_code_639" == "yes"; then
|
|
- if test "$have_iso_code_3166" == "yes"; then
|
|
+if test "$have_iso_code_639" = "yes"; then
|
|
+ if test "$have_iso_code_3166" = "yes"; then
|
|
|
|
|
|
cat >>confdefs.h <<\_ACEOF
|