From 291c2dad71fb849785009f455c881e1a110f326f Mon Sep 17 00:00:00 2001 From: Art Cancro Date: Tue, 13 Oct 2009 03:47:49 +0000 Subject: [PATCH] * configure.ac: changed 'libcitadel' message to 'webcit' --- webcit/configure.ac | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/webcit/configure.ac b/webcit/configure.ac index 5b66eb692..32aa525ba 100644 --- a/webcit/configure.ac +++ b/webcit/configure.ac @@ -167,10 +167,10 @@ if test "$ok_iconv" = no; then ) fi if test "$ok_iconv" != "no"; then - AC_MSG_RESULT(libcitadel will be built with character set conversion.) + AC_MSG_RESULT(webcit will be built with character set conversion.) AC_DEFINE(HAVE_ICONV,[],[whether we have iconv for charset conversion]) else - AC_MSG_RESULT(libcitadel will be built without character set conversion.) + AC_MSG_RESULT(webcit will be built without character set conversion.) fi -- 2.30.2