fixes NLS variable
This commit is contained in:
parent
a4e7d5486e
commit
bedcd37dff
1 changed files with 1 additions and 0 deletions
|
@ -187,6 +187,7 @@ AC_ARG_ENABLE(nls,
|
||||||
NLS="-DNLS"
|
NLS="-DNLS"
|
||||||
)
|
)
|
||||||
AC_SUBST(NLS)
|
AC_SUBST(NLS)
|
||||||
|
CXXFLAGS="$CXXFLAGS $NLS"
|
||||||
|
|
||||||
AC_CHECK_LIB(xpg4, setlocale, LIBS="$LIBS -lxpg4")
|
AC_CHECK_LIB(xpg4, setlocale, LIBS="$LIBS -lxpg4")
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue