summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKai Engert <kaie@kuix.de>2017-05-09 16:41:26 +0200
committerKai Engert <kaie@kuix.de>2017-05-09 16:41:26 +0200
commit2e1f842ed521282a2625d2f3c345b2516dcc00e3 (patch)
tree02a101f52bdfe7e607a662f682da76241998db61
parent8e0fcf1d946c3cb24a198505640e5ad9e7e8d1b0 (diff)
downloadnspr-hg-2e1f842ed521282a2625d2f3c345b2516dcc00e3.tar.gz
Bug 1310197, follow up to previous commit, adding the change to file configure, which I missed when I landed Dragana's patch into the NSPR treeNSPR_4_15_BETA2
-rwxr-xr-xconfigure5
1 files changed, 5 insertions, 0 deletions
diff --git a/configure b/configure
index f7036ff4..959cf3bb 100755
--- a/configure
+++ b/configure
@@ -6560,6 +6560,11 @@ fi
$as_echo "#define HAVE_POINTER_LOCALTIME_R 1" >>confdefs.h
+ HOST_DARWIN_MAJOR=`echo "$build_os" | sed -E -e 's/^darwin([0-9]+).*$/\1/'`
+ if test "$HOST_DARWIN_MAJOR" -ge 15 ; then
+ $as_echo "#define HAS_CONNECTX 1" >>confdefs.h
+ fi
+
AS='$(CC) -x assembler-with-cpp'
CFLAGS="$CFLAGS -Wall -fno-common"
case "${target_cpu}" in