From 408ecbdd005b1833fde90752d6eeb1fff962af55 Mon Sep 17 00:00:00 2001 From: Tim Potter Date: Thu, 18 Sep 2003 00:05:19 +0000 Subject: Change error message displayed when --without-libiconv is used as an argument to configure. Closes bug 468. (This used to be commit 6957ecd25f1d98e045c7a44caf03887e60715b6b) --- source3/configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/configure.in') 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 -- cgit