summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 1527a13dc..85e984375 100644
--- a/configure.ac
+++ b/configure.ac
@@ -854,7 +854,6 @@ mips-sony-bsd|mips-sony-newsos4)
854 AC_DEFINE([SYSLOG_R_SAFE_IN_SIGHAND], [1], 854 AC_DEFINE([SYSLOG_R_SAFE_IN_SIGHAND], [1],
855 [syslog_r function is safe to use in in a signal handler]) 855 [syslog_r function is safe to use in in a signal handler])
856 TEST_MALLOC_OPTIONS="AFGJPRX" 856 TEST_MALLOC_OPTIONS="AFGJPRX"
857 AC_CHECK_FUNCS([pledge])
858 ;; 857 ;;
859*-*-solaris*) 858*-*-solaris*)
860 if test "x$withval" != "xno" ; then 859 if test "x$withval" != "xno" ; then
@@ -1669,6 +1668,7 @@ AC_CHECK_FUNCS([ \
1669 nsleep \ 1668 nsleep \
1670 ogetaddrinfo \ 1669 ogetaddrinfo \
1671 openlog_r \ 1670 openlog_r \
1671 pledge \
1672 poll \ 1672 poll \
1673 prctl \ 1673 prctl \
1674 pstat \ 1674 pstat \