blob: 851b0d9048468f0a7ad44211d485bcae3cf42769 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
$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
|