From f84dd2e72cf1545c70603f2c67be1100836127a1 Mon Sep 17 00:00:00 2001 From: Alexandre Duret-Lutz Date: Mon, 19 Jul 2004 08:54:37 +0000 Subject: [PATCH] * configure.ac: Call AC_GNU_SOURCE to make glibc's strsignal definition visible even to non-GNU compilers. --- lbtt/configure.ac | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lbtt/configure.ac b/lbtt/configure.ac index f5141caf9..a53650f7f 100644 --- a/lbtt/configure.ac +++ b/lbtt/configure.ac @@ -70,6 +70,7 @@ fi # Check for the availability of headers. +AC_GNU_SOURCE AC_HEADER_STDC AC_CHECK_HEADERS([libintl.h fcntl.h sys/times.h]) AC_HEADER_SYS_WAIT @@ -123,8 +124,6 @@ AC_CHECK_HEADERS( # Checks for typedefs, structures, and compiler characteristics. -AC_GNU_SOURCE - # Check for the availability of the slist header (an extension to the C++ # Standard Template Library). (In GCC 3.x the header is in the ext/ # subdirectory of the directory containing the standard C++ headers.)