summaryrefslogtreecommitdiff
path: root/hints.m4
diff options
context:
space:
mode:
authorjim <jim@13f79535-47bb-0310-9956-ffa450edef68>2001-01-12 04:13:04 +0000
committerjim <jim@13f79535-47bb-0310-9956-ffa450edef68>2001-01-12 04:13:04 +0000
commit6e3a4416ad21eacc93a39d8c79b18dbdf3d94690 (patch)
treed0bf81b40cc2e7a12edadcbb711133310934ae8e /hints.m4
parent2fb79af960ed53a0ee7fa9fdd04d5d315c9b7ba5 (diff)
downloadlibapr-6e3a4416ad21eacc93a39d8c79b18dbdf3d94690.tar.gz
Tell the nice people
git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@61053 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'hints.m4')
-rw-r--r--hints.m49
1 files changed, 7 insertions, 2 deletions
diff --git a/hints.m4 b/hints.m4
index 183d36fb7..af4128e87 100644
--- a/hints.m4
+++ b/hints.m4
@@ -8,8 +8,13 @@ dnl Generally, we force the setting of CC, and add flags
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"