summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2023-05-07 18:28:29 -0700
committerKaz Kylheku <kaz@kylheku.com>2023-05-07 18:28:29 -0700
commitf99d57b85eabd92193a07f033fe98ef4365b0138 (patch)
treed51cf173d795a70afe2557d10e66652582629d87
parent8464b230b545b7c9218d13a22af98addda9b6962 (diff)
downloadtxr-f99d57b85eabd92193a07f033fe98ef4365b0138.tar.gz
txr-f99d57b85eabd92193a07f033fe98ef4365b0138.tar.bz2
txr-f99d57b85eabd92193a07f033fe98ef4365b0138.zip
build: mergesort is in <stdlib.h> on MacOS.
* configure: add mergesort to list of clashing identifiers to handle.
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index d2d62d2d..5f070195 100755
--- a/configure
+++ b/configure
@@ -1169,7 +1169,7 @@ fi
printf "Checking for name clashes caused by nonconforming toolchains ... "
-for ident in trunc floorf random longlong_t ; do
+for ident in trunc floorf random longlong_t mergesort ; do
cat > conftest.c <<!
#include <assert.h>
#include <ctype.h>