e6aa12a69e
libintl. Hack around the gettext detection in Configure, I twisted my mind too much trying to understand the "logic". Just assume that we have and want NLS. Bump revision.
16 lines
343 B
Text
16 lines
343 B
Text
$NetBSD: patch-aa,v 1.5 2006/04/22 17:32:34 joerg Exp $
|
|
|
|
--- Configure.orig 2006-04-22 16:51:13.000000000 +0000
|
|
+++ Configure
|
|
@@ -4575,6 +4575,11 @@ done'
|
|
set libintl.h i_libintl
|
|
eval $inhdr
|
|
|
|
+d_gettext="$define"
|
|
+i_libintl="$define"
|
|
+d_nls="$define"
|
|
+d_enablenls="$define"
|
|
+
|
|
: determine whether we support NLS
|
|
echo " "
|
|
case "$d_nls" in
|