[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

[PATCH] neon cflags

From: Sander Striker <striker_at_apache.org>
Date: 2001-10-25 17:09:45 CEST

Log:

* configure.in

    Fix the propagation of neon's CFLAGS. This solves the problem
    with not getting -DNEON_SSL when --with-ssl was specified.

--- subversion-M5/configure.in Fri Oct 19 21:36:25 2001
+++ subversion-r294/configure.in Thu Oct 25 17:01:33 2001
@@ -137,7 +137,7 @@
   AC_MSG_RESULT([$NEON_LIBS])
   # Also find out which macros neon defines (but ignore extra include
paths):
   # this will include -DNEON_SSL if neon was built with SSL support
- CFLAGS="$CFLAGS `$SHELL $abs_builddir/neon/neon-config --cflags | sed -e
"s/-I.* //g"`"
+ CFLAGS="$CFLAGS `$SHELL $abs_builddir/neon/neon-config --cflags | sed -e
"s/-I[^ ]*//g"`"
 fi

 dnl find Apache

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sat Oct 21 14:36:45 2006

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.