blob: 2f298eec81e31fb5c25537521c3a21e3a685415e (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- configure.in.orig Wed Jun 23 07:38:43 2004
+++ configure.in Thu Oct 20 22:33:48 2005
@@ -112,7 +112,7 @@
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
|