fix bug with --with-locale
simonb simonb
2 files changed,
4 insertions(+),
1 deletions(-)
M
configure.in
→
configure.in
@@ -590,7 +590,7 @@ # we have to expand locale_path in the config.h file, but NOT in the makefiles!
AC_ARG_WITH( locale, [ --with-locale=path location for nls files (PREFIX/share/fluxbox/nls)], - LOCALE_PATH=$with_locale_path + LOCALE_PATH=$with_locale AC_DEFINE_UNQUOTED(LOCALEPATH, "$LOCALE_PATH", "location for nls files") , LOCALE_PATH=\$\(prefix\)/share/fluxbox/nls