From: Justin Erenkrantz Date: Sat, 3 Jan 2009 06:48:40 +0000 (+0000) Subject: * modules/proxy/config.m4: Remove spurious notices from configure. X-Git-Tag: 2.3.2~241 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=65fa321a6c8f1d1df41bb21cbf40860551c4cdb0;p=thirdparty%2Fapache%2Fhttpd.git * modules/proxy/config.m4: Remove spurious notices from configure. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@730928 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/modules/proxy/config.m4 b/modules/proxy/config.m4 index 2c2ba81beb2..5cbdfd4b1eb 100644 --- a/modules/proxy/config.m4 +++ b/modules/proxy/config.m4 @@ -55,7 +55,6 @@ APACHE_MODULE(proxy_balancer, Apache proxy BALANCER module, $proxy_balancer_objs AC_DEFUN([CHECK_SERF], [ - AC_MSG_CHECKING(for serf) serf_found="no" AC_ARG_WITH(serf, APACHE_HELP_STRING([--with-serf=PREFIX], [Serf client library]), @@ -63,7 +62,6 @@ AC_DEFUN([CHECK_SERF], [ if test "$withval" = "yes" ; then AC_MSG_ERROR([--with-serf requires an argument.]) else - AC_MSG_NOTICE([serf library configuration]) serf_prefix=$withval save_cppflags="$CPPFLAGS" CPPFLAGS="$CPPFLAGS $APR_INCLUDES $APU_INCLUDES -I$serf_prefix/include/serf-0" @@ -75,7 +73,7 @@ AC_DEFUN([CHECK_SERF], [ CPPFLAGS="$save_cppflags" fi ]) - + if test "$serf_found" = "yes"; then MOD_SERF_LDADD="-L$serf_prefix/lib -lserf-0" APR_ADDTO(INCLUDES, ["-I$serf_prefix/include/serf-0"])