diff options
author | simonb <simonb> | 2007-08-04 18:30:28 (GMT) |
---|---|---|
committer | simonb <simonb> | 2007-08-04 18:30:28 (GMT) |
commit | 57e7cb6935f497692c5579e3c9b9823a788f070c (patch) | |
tree | 67c3567fcc18159ff985b395c1291a644aae5b9e | |
parent | 8e7a3936c790aada8b79a7bc26f05571bad5efde (diff) | |
download | fluxbox-57e7cb6935f497692c5579e3c9b9823a788f070c.zip fluxbox-57e7cb6935f497692c5579e3c9b9823a788f070c.tar.bz2 |
--with-locale fix from trunk
-rw-r--r-- | configure.in | 2 |
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) | |||
590 | AC_ARG_WITH( | 590 | AC_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 |