From ba657bd9ce80c6e75cb2610682c61b50a75cd844 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20Denis-Courmont?= Date: Mon, 29 Nov 2010 10:29:02 +0200 Subject: [PATCH] configure: do not hard-code the C run-time library name Since oFono does (obviously) not use -nostdlib, this only broke support for alternative C run-times. --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 7f7a9351..0c1986a9 100644 --- a/configure.ac +++ b/configure.ac @@ -61,7 +61,7 @@ AC_ARG_ENABLE(pie, AC_HELP_STRING([--enable-pie], AC_ARG_ENABLE(threads, AC_HELP_STRING([--enable-threads], [enable threading support]), [enable_threads=${enableval}]) -AC_CHECK_LIB(c, signalfd, dummy=yes, +AC_CHECK_FUNC(signalfd, dummy=yes, AC_MSG_ERROR(signalfd support is required)) AC_CHECK_LIB(dl, dlopen, dummy=yes,