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
commita3958ad7872edad91e9cc655f5f2bdaa55dce2e7 (patch)
treed51cf173d795a70afe2557d10e66652582629d87
parentb128516cc29257146220a1cb4d8bb5b0d4cac92e (diff)
downloadtxr-a3958ad7872edad91e9cc655f5f2bdaa55dce2e7.tar.gz
txr-a3958ad7872edad91e9cc655f5f2bdaa55dce2e7.tar.bz2
txr-a3958ad7872edad91e9cc655f5f2bdaa55dce2e7.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>