You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@apr.apache.org by ji...@apache.org on 2017/10/02 15:35:55 UTC

svn commit: r1810452 - /apr/apr/trunk/configure.in

Author: jim
Date: Mon Oct  2 15:35:54 2017
New Revision: 1810452

URL: http://svn.apache.org/viewvc?rev=1810452&view=rev
Log:
Macro doesn't exit here

Modified:
    apr/apr/trunk/configure.in

Modified: apr/apr/trunk/configure.in
URL: http://svn.apache.org/viewvc/apr/apr/trunk/configure.in?rev=1810452&r1=1810451&r2=1810452&view=diff
==============================================================================
--- apr/apr/trunk/configure.in (original)
+++ apr/apr/trunk/configure.in Mon Oct  2 15:35:54 2017
@@ -363,7 +363,7 @@ AC_ARG_ENABLE(maintainer-mode,[  --enabl
      APR_ADDTO(CFLAGS,[-Wall -Wmissing-prototypes -Wstrict-prototypes -Wmissing-declarations])
       case `($CC --version) 2>/dev/null` in
         *clang-900*)
-          APACHE_ADD_GCC_CFLAG([-Wno-error=strict-prototypes])
+          APR_ADDTO(CFLAGS,[-Wno-error=strict-prototypes])
           ;;
       esac
    elif test "$AIX_XLC" = "yes"; then