summaryrefslogtreecommitdiff
path: root/hints.m4
diff options
context:
space:
mode:
authorrbb <rbb@13f79535-47bb-0310-9956-ffa450edef68>2000-10-05 04:41:46 +0000
committerrbb <rbb@13f79535-47bb-0310-9956-ffa450edef68>2000-10-05 04:41:46 +0000
commit77052c879518417fb46dba42d2c068def413d672 (patch)
tree36bb60b83dd7fc5161ffa6d1a7c49083dd39e2e5 /hints.m4
parente2187373424212f76c316e1d73caeebe88c0d581 (diff)
downloadlibapr-77052c879518417fb46dba42d2c068def413d672.tar.gz
Prepare our autoconf setup for autoconf 2.14a and for cross-compiling
PR: 6379 Submitted by: "R�diger" Kuhlmann <Tadu@gmx.de> Reviewed by: Ryan Bloom git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@60544 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'hints.m4')
-rw-r--r--hints.m46
1 files changed, 2 insertions, 4 deletions
diff --git a/hints.m4 b/hints.m4
index 085f91bcb..28eff94d7 100644
--- a/hints.m4
+++ b/hints.m4
@@ -66,11 +66,9 @@ dnl Preload various ENV/makefile paramsm such as CC, CFLAGS, etc
dnl based on outside knowledge
dnl
AC_DEFUN(APR_PRELOAD, [
-PLAT=`$ac_config_guess`
-PLAT=`$ac_config_sub $PLAT`
-echo "Applying hints file rules for $PLAT"
+echo "Applying hints file rules for $host"
-case "$PLAT" in
+case "$host" in
*mint)
APR_SETIFNULL(CFLAGS, [-DMINT])
APR_SETIFNULL(LIBS, [-lportlib -lsocket])