diff options
author | rbb <rbb@13f79535-47bb-0310-9956-ffa450edef68> | 2000-10-05 04:41:46 +0000 |
---|---|---|
committer | rbb <rbb@13f79535-47bb-0310-9956-ffa450edef68> | 2000-10-05 04:41:46 +0000 |
commit | 77052c879518417fb46dba42d2c068def413d672 (patch) | |
tree | 36bb60b83dd7fc5161ffa6d1a7c49083dd39e2e5 /hints.m4 | |
parent | e2187373424212f76c316e1d73caeebe88c0d581 (diff) | |
download | libapr-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.m4 | 6 |
1 files changed, 2 insertions, 4 deletions
@@ -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]) |