* configure.ac: changed 'libcitadel' message to 'webcit'
authorArt Cancro <ajc@citadel.org>
Tue, 13 Oct 2009 03:47:49 +0000 (03:47 +0000)
committerArt Cancro <ajc@citadel.org>
Tue, 13 Oct 2009 03:47:49 +0000 (03:47 +0000)
webcit/configure.ac

index 5b66eb692aa95bd9659509ba9a0b0c30c8a37c95..32aa525baca04f5f06e9b94b58fe0b03af912d7a 100644 (file)
@@ -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