summaryrefslogtreecommitdiffstats
path: root/devel/soup/files/patch-configure
blob: d6cdcf6dfcee9a4847faa303c22e33ce32f87ce2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
--- configure.orig  Mon Oct 28 13:56:09 2002
+++ configure   Thu Dec 12 22:31:57 2002
@@ -5649,6 +5649,7 @@
 
 # This can be used to rebuild libtool when needed
 LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh"
+$ac_aux_dir/ltconfig $LIBTOOL_DEPS
 
 # Always use our own libtool.
 LIBTOOL='$(SHELL) $(top_builddir)/libtool'
@@ -7897,11 +7898,11 @@
 fi
 
 if test x$APXS != xno; then
-   APACHE_CFLAGS="-I`apxs -q INCLUDEDIR CFLAGS`"
-   APACHE_LIBS=`apxs -q LDFLAGS_SHLIB LIBS_SHLIB`
+#  APACHE_CFLAGS="-I`apxs -q INCLUDEDIR CFLAGS`"
+#  APACHE_LIBS=`apxs -q LDFLAGS_SHLIB LIBS_SHLIB`
 
-   save_CPPFLAGS=$CPPFLAGS
-   CPPFLAGS=$APACHE_CFLAGS
+#  save_CPPFLAGS=$CPPFLAGS
+#  CPPFLAGS=$APACHE_CFLAGS
    for ac_hdr in httpd.h http_config.h http_core.h http_log.h http_main.h http_protocol.h
 do
 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`