fixes NLS variable

This commit is contained in:
fluxgen 2002-05-25 13:42:58 +00:00
parent a4e7d5486e
commit bedcd37dff

View file

@ -187,6 +187,7 @@ AC_ARG_ENABLE(nls,
NLS="-DNLS"
)
AC_SUBST(NLS)
CXXFLAGS="$CXXFLAGS $NLS"
AC_CHECK_LIB(xpg4, setlocale, LIBS="$LIBS -lxpg4")