all repos — fluxbox @ bedcd37dff5e3a2cc28fe332537819c928f54a6b

custom fork of the fluxbox windowmanager

fixes NLS variable
fluxgen fluxgen
commit

bedcd37dff5e3a2cc28fe332537819c928f54a6b

parent

a4e7d5486e7969ffb301d2d3bfe3758bd9c49b00

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

jump to
M configure.inconfigure.in

@@ -187,6 +187,7 @@ AC_MSG_RESULT([yes])

NLS="-DNLS" ) AC_SUBST(NLS) +CXXFLAGS="$CXXFLAGS $NLS" AC_CHECK_LIB(xpg4, setlocale, LIBS="$LIBS -lxpg4")