aboutsummaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.in b/configure.in
index 39dc1d3..87dea07 100644
--- a/configure.in
+++ b/configure.in
@@ -187,6 +187,7 @@ AC_ARG_ENABLE(nls,
187 NLS="-DNLS" 187 NLS="-DNLS"
188) 188)
189AC_SUBST(NLS) 189AC_SUBST(NLS)
190CXXFLAGS="$CXXFLAGS $NLS"
190 191
191AC_CHECK_LIB(xpg4, setlocale, LIBS="$LIBS -lxpg4") 192AC_CHECK_LIB(xpg4, setlocale, LIBS="$LIBS -lxpg4")
192 193