aboutsummaryrefslogtreecommitdiff
path: root/libphobos/configure.ac
diff options
context:
space:
mode:
authorJohannes Pfau <johannespfau@gmail.com>2019-02-18 23:29:39 +0000
committerIain Buclaw <ibuclaw@gcc.gnu.org>2019-02-18 23:29:39 +0000
commit36d7f1518f347e2cdc21dcfd380e8316df139496 (patch)
treeb39c85a4affc15b249d6b9c57cdb3a4c0f2dd256 /libphobos/configure.ac
parent0232a2191b72a57a84c0d9967b7b00bdfdab898e (diff)
libphobos: Detect if qsort_r is available
Merges upstream druntime bbfb58e8. libphobos/ChangeLog: 2019-02-19 Johannes Pfau <johannespfau@gmail.com> PR d/88127 * m4/druntime/libraries.m4 (DRUNTIME_LIBRARIES_CLIB): Add new macro. * configure.ac: Use DRUNTIME_LIBRARIES_CLIB. * configure: Regenerate * Makefile.in: Regenerate * libdruntime/gcc/config.d.in: Add Have_Qsort_R. * libdruntime/Makefile.in: Regenerate. * src/Makefile.in: Regenerate. * testsuite/Makefile.in: Regenerate. From-SVN: r268999
Diffstat (limited to 'libphobos/configure.ac')
-rw-r--r--libphobos/configure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/libphobos/configure.ac b/libphobos/configure.ac
index 3701a241b8e..b436dc034ae 100644
--- a/libphobos/configure.ac
+++ b/libphobos/configure.ac
@@ -126,6 +126,7 @@ DRUNTIME_OS_SOURCES
DRUNTIME_OS_THREAD_MODEL
DRUNTIME_OS_ARM_EABI_UNWINDER
DRUNTIME_OS_MINFO_BRACKETING
+DRUNTIME_LIBRARIES_CLIB
WITH_LOCAL_DRUNTIME([
AC_LANG_PUSH([D])