14 lines
466 B
Plaintext
14 lines
466 B
Plaintext
$NetBSD: patch-aa,v 1.3 2005/01/01 06:26:41 cube Exp $
|
|
|
|
--- configure.in.orig 2004-06-23 09:38:43.000000000 +0200
|
|
+++ configure.in
|
|
@@ -112,7 +112,7 @@ fi
|
|
if test "$ac_cv_header_libintl_h" = yes; then
|
|
if test "$ac_cv_lib_c_gettext" = no; then
|
|
if test "$ac_cv_lib_intl_gettext" = yes; then
|
|
- XTRALIBS_MGR = "$XTRALIBS_MGR -lintl"
|
|
+ XTRALIBS_MGR="$XTRALIBS_MGR -lintl"
|
|
else
|
|
echo "Have libintl.h but no usable gettext!" 1>&2
|
|
exit 1
|