rbb 99/10/11 12:45:46
Modified: src Configure
Log:
Make sure APRLIB is in the correct order. Without this change, we get
undefined externals. The next step is to make one big APR lib file.
Revision Changes Path
1.13 +1 -1 apache-2.0/src/Configure
Index: Configure
===================================================================
RCS file: /home/cvs/apache-2.0/src/Configure,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- Configure 1999/10/11 14:20:36 1.12
+++ Configure 1999/10/11 19:45:44 1.13
@@ -1748,7 +1748,7 @@
fi
cd ../..
APRLIB=""
- for lib in network threadproc file misc apr time lock sig; do
+ for lib in network threadproc file apr time lock sig misc; do
APRLIB="$APRLIB \$(SRCDIR)/lib/apr/libs/lib${lib}.a"
done
CFLAGS="$CFLAGS -I\$(SRCDIR)/lib/apr/include"