From: Art Cancro Date: Tue, 13 Oct 2009 03:47:49 +0000 (+0000) Subject: * configure.ac: changed 'libcitadel' message to 'webcit' X-Git-Tag: v7.86~764 X-Git-Url: https://code.citadel.org/?p=citadel.git;a=commitdiff_plain;h=291c2dad71fb849785009f455c881e1a110f326f * configure.ac: changed 'libcitadel' message to 'webcit' --- 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