summaryrefslogtreecommitdiff
path: root/source3/configure.in
diff options
context:
space:
mode:
authorTim Potter <tpot@samba.org>2003-09-18 00:05:19 +0000
committerTim Potter <tpot@samba.org>2003-09-18 00:05:19 +0000
commit408ecbdd005b1833fde90752d6eeb1fff962af55 (patch)
treea62f19de37ba8f24994cbc20c3eab652da7d8b5d /source3/configure.in
parent6fc85b32339a6bc543fbf5c5be97bd2b7a570b6a (diff)
downloadsamba-408ecbdd005b1833fde90752d6eeb1fff962af55.tar.gz
samba-408ecbdd005b1833fde90752d6eeb1fff962af55.tar.bz2
samba-408ecbdd005b1833fde90752d6eeb1fff962af55.zip
Change error message displayed when --without-libiconv is used as
an argument to configure. Closes bug 468. (This used to be commit 6957ecd25f1d98e045c7a44caf03887e60715b6b)
Diffstat (limited to 'source3/configure.in')
-rw-r--r--source3/configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/configure.in b/source3/configure.in
index 0cf34bc9a7..b981313c9a 100644
--- a/source3/configure.in
+++ b/source3/configure.in
@@ -1573,7 +1573,7 @@ AC_ARG_WITH(libiconv,
[ --with-libiconv=BASEDIR Use libiconv in BASEDIR/lib and BASEDIR/include (default=auto) ],
[
if test "$withval" = "no" ; then
- AC_MSG_ERROR(I won't take no for an answer)
+ AC_MSG_ERROR([argument to --with-libiconv must be a directory])
else
if test "$withval" != "yes" ; then
ICONV_PATH_SPEC=yes