Change error message displayed when --without-libiconv is used as
authorTim Potter <tpot@samba.org>
Thu, 18 Sep 2003 00:05:19 +0000 (00:05 +0000)
committerTim Potter <tpot@samba.org>
Thu, 18 Sep 2003 00:05:19 +0000 (00:05 +0000)
an argument to configure.  Closes bug 468.
(This used to be commit 6957ecd25f1d98e045c7a44caf03887e60715b6b)

source3/configure.in

index 0cf34bc9a72752c2e6faaf5f683593b9475c098a..b981313c9ad11c5d0f2c3443e5a0ce75c1c8fafc 100644 (file)
@@ -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