aboutsummaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorsimonb <simonb>2007-08-04 18:30:10 (GMT)
committersimonb <simonb>2007-08-04 18:30:10 (GMT)
commit736c43f91dacc0ad4a7df92f76971ed9f79c9617 (patch)
tree647bd92fe29ce32cf2a09f39f09ed24424745306 /configure.in
parent124cdb46fcd969cda47d6a5b040db077080af3fd (diff)
downloadfluxbox_pavel-736c43f91dacc0ad4a7df92f76971ed9f79c9617.zip
fluxbox_pavel-736c43f91dacc0ad4a7df92f76971ed9f79c9617.tar.bz2
fix bug with --with-locale
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index d3f0f07..d51541f 100644
--- a/configure.in
+++ b/configure.in
@@ -590,7 +590,7 @@ AC_SUBST(DEFAULT_INIT)
590AC_ARG_WITH( 590AC_ARG_WITH(
591 locale, 591 locale,
592 [ --with-locale=path location for nls files (PREFIX/share/fluxbox/nls)], 592 [ --with-locale=path location for nls files (PREFIX/share/fluxbox/nls)],
593 LOCALE_PATH=$with_locale_path 593 LOCALE_PATH=$with_locale
594 AC_DEFINE_UNQUOTED(LOCALEPATH, "$LOCALE_PATH", "location for nls files") 594 AC_DEFINE_UNQUOTED(LOCALEPATH, "$LOCALE_PATH", "location for nls files")
595 , 595 ,
596 LOCALE_PATH=\$\(prefix\)/share/fluxbox/nls 596 LOCALE_PATH=\$\(prefix\)/share/fluxbox/nls