From 57e7cb6935f497692c5579e3c9b9823a788f070c Mon Sep 17 00:00:00 2001
From: simonb <simonb>
Date: Sat, 4 Aug 2007 18:30:28 +0000
Subject: --with-locale fix from trunk

---
 configure.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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)
 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
-- 
cgit v0.11.2