* configure.ac: Call AC_GNU_SOURCE to make glibc's strsignal
definition visible even to non-GNU compilers.
This commit is contained in:
parent
85d2b7b287
commit
f84dd2e72c
1 changed files with 1 additions and 2 deletions
|
|
@ -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.)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue