aaron 2002/06/19 13:06:58
Modified: build apr_common.m4
Log:
Store CC in the config.nice too.
Revision Changes Path
1.33 +3 -0 apr/build/apr_common.m4
Index: apr_common.m4
===================================================================
RCS file: /home/cvs/apr/build/apr_common.m4,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -r1.32 -r1.33
--- apr_common.m4 14 May 2002 07:35:58 -0000 1.32
+++ apr_common.m4 19 Jun 2002 20:06:58 -0000 1.33
@@ -14,6 +14,9 @@
# Created by configure
EOF
+ if test -n "$CC"; then
+ echo "CC=\"$CC\"; export CC" >> $1
+ fi
if test -n "$CFLAGS"; then
echo "CFLAGS=\"$CFLAGS\"; export CFLAGS" >> $1
fi