all repos — fluxbox @ 860b70e5b65e0f6771442f7e5417440e23a5d1cd

custom fork of the fluxbox windowmanager

fixed NLS bug
fluxgen fluxgen
commit

860b70e5b65e0f6771442f7e5417440e23a5d1cd

parent

61448a5bd4f8e83f70e3bf8c194d33300bbac4d3

1 files changed, 3 insertions(+), 0 deletions(-)

jump to
M configure.inconfigure.in

@@ -174,12 +174,15 @@ [ --enable-nls include natural language support [default=yes]],

if test x$enableval = "xyes"; then AC_MSG_RESULT([yes]) AC_DEFINE(NLS, 1, "Natural language support") + NLS="-DNLS" else AC_MSG_RESULT([no]) fi, AC_MSG_RESULT([yes]) AC_DEFINE(NLS, 1, "Natural language support") + NLS="-DNLS" ) +AC_SUBST(NLS) AC_CHECK_LIB(xpg4, setlocale, LIBS="$LIBS -lxpg4")