jim 01/01/11 20:13:04
Modified: . hints.m4
Log:
Tell the nice people
Revision Changes Path
1.36 +7 -2 apr/hints.m4
Index: hints.m4
===================================================================
RCS file: /home/cvs/apr/hints.m4,v
retrieving revision 1.35
retrieving revision 1.36
diff -u -r1.35 -r1.36
--- hints.m4 2001/01/11 19:24:27 1.35
+++ hints.m4 2001/01/12 04:13:04 1.36
@@ -8,8 +8,13 @@
dnl to CFLAGS, LIBS and LDFLAGS.
dnl
AC_DEFUN(APR_PRELOAD, [
-if test "$DID_APR_PRELOAD" != "yes" ; then
- DID_APR_PRELOAD="yes"; export DID_APR_PRELOAD
+if test "$DID_APR_PRELOAD" = "yes" ; then
+
+ echo "APR hints file rules for $host already applied"
+
+else
+
+ DID_APR_PRELOAD="yes"; export DID_APR_PRELOAD
echo "Applying APR hints file rules for $host"