summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xsource3/configure2
-rw-r--r--source3/configure.in2
2 files changed, 2 insertions, 2 deletions
diff --git a/source3/configure b/source3/configure
index 39747210b0..91c6a2efb0 100755
--- a/source3/configure
+++ b/source3/configure
@@ -25,7 +25,7 @@ ac_help="$ac_help
ac_help="$ac_help
--disable-libtool-lock avoid locking (might break parallel builds)"
ac_help="$ac_help
- --with-codepagedir=DIR Where to put codepage files ($codepagedir)"
+ --with-codepagedir=DIR Where to put codepage files (\$libdir/codepages)"
ac_help="$ac_help
--with-readline[=DIR] Look for readline include/libs in DIR
--without-readline Don't include readline support"
diff --git a/source3/configure.in b/source3/configure.in
index a67415c6b8..d65e42a3d7 100644
--- a/source3/configure.in
+++ b/source3/configure.in
@@ -52,7 +52,7 @@ fi
#################################################
# set codepage directory location
AC_ARG_WITH(codepagedir,
-[ --with-codepagedir=DIR Where to put codepage files ($codepagedir)],
+[ --with-codepagedir=DIR Where to put codepage files (\$libdir/codepages)],
[ case "$withval" in
yes|no)
#