summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.in b/configure.in
index a5da0db93..d11c519df 100644
--- a/configure.in
+++ b/configure.in
@@ -141,7 +141,7 @@ if test -z "$no_libnsl" ; then
141fi 141fi
142 142
143dnl Checks for header files. 143dnl Checks for header files.
144AC_CHECK_HEADERS(bstring.h endian.h lastlog.h login.h maillock.h netdb.h netgroup.h paths.h poll.h pty.h shadow.h security/pam_appl.h sys/bitypes.h sys/bsdtty.h sys/cdefs.h sys/poll.h sys/select.h sys/stropts.h sys/time.h sys/ttcompat.h util.h utmp.h utmpx.h) 144AC_CHECK_HEADERS(bstring.h endian.h lastlog.h login.h maillock.h netdb.h netgroup.h paths.h poll.h pty.h shadow.h security/pam_appl.h sys/bitypes.h sys/bsdtty.h sys/cdefs.h sys/poll.h sys/select.h sys/stropts.h sys/sysmacros.h sys/time.h sys/ttcompat.h util.h utmp.h utmpx.h)
145 145
146dnl Checks for library functions. 146dnl Checks for library functions.
147AC_CHECK_FUNCS(arc4random bindresvport_af freeaddrinfo gai_strerror getaddrinfo getpagesize getnameinfo innetgr md5_crypt mkdtemp openpty rresvport_af setenv seteuid setlogin setproctitle setreuid snprintf strlcat strlcpy updwtmpx vsnprintf _getpty) 147AC_CHECK_FUNCS(arc4random bindresvport_af freeaddrinfo gai_strerror getaddrinfo getpagesize getnameinfo innetgr md5_crypt mkdtemp openpty rresvport_af setenv seteuid setlogin setproctitle setreuid snprintf strlcat strlcpy updwtmpx vsnprintf _getpty)
@@ -188,7 +188,7 @@ AC_TRY_COMPILE(
188 [AC_MSG_RESULT(no)] 188 [AC_MSG_RESULT(no)]
189) 189)
190 190
191if test -z "$have_u_intxx_t" -a -z "$have_intxx_t" -a \ 191if test -z "$have_u_intxx_t" -o -z "$have_intxx_t" -a \
192 "x$ac_cv_header_sys_bitypes_h" = "xyes" 192 "x$ac_cv_header_sys_bitypes_h" = "xyes"
193then 193then
194 AC_MSG_CHECKING([for intXX_t and u_intXX_t types in sys/bitypes.h]) 194 AC_MSG_CHECKING([for intXX_t and u_intXX_t types in sys/bitypes.h])