diff options
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.in b/configure.in index be2a63df1..1b099c6b8 100644 --- a/configure.in +++ b/configure.in | |||
@@ -132,7 +132,7 @@ fi | |||
132 | AC_CHECK_HEADERS(bstring.h endian.h lastlog.h login.h maillock.h netdb.h netgroup.h netinet/in_systm.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 stddef.h util.h utmp.h utmpx.h) | 132 | AC_CHECK_HEADERS(bstring.h endian.h lastlog.h login.h maillock.h netdb.h netgroup.h netinet/in_systm.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 stddef.h util.h utmp.h utmpx.h) |
133 | 133 | ||
134 | # Checks for library functions. | 134 | # Checks for library functions. |
135 | AC_CHECK_FUNCS(arc4random bindresvport_af clock freeaddrinfo gai_strerror getaddrinfo getnameinfo getrusage innetgr md5_crypt mkdtemp openpty rresvport_af setenv seteuid setlogin setproctitle setreuid snprintf strlcat strlcpy updwtmpx vsnprintf vhangup _getpty) | 135 | AC_CHECK_FUNCS(arc4random b64_ntop bindresvport_af clock freeaddrinfo gai_strerror getaddrinfo getnameinfo getrusage innetgr md5_crypt mkdtemp openpty rresvport_af setenv seteuid setlogin setproctitle setreuid snprintf strlcat strlcpy updwtmpx vsnprintf vhangup _getpty __b64_ntop) |
136 | 136 | ||
137 | AC_CHECK_FUNC(login, | 137 | AC_CHECK_FUNC(login, |
138 | [AC_DEFINE(HAVE_LOGIN)], | 138 | [AC_DEFINE(HAVE_LOGIN)], |
@@ -196,7 +196,7 @@ saved_CFLAGS="$CFLAGS" | |||
196 | if test "x$prefix" != "xNONE" ; then | 196 | if test "x$prefix" != "xNONE" ; then |
197 | tryssldir="$tryssldir $prefix" | 197 | tryssldir="$tryssldir $prefix" |
198 | fi | 198 | fi |
199 | AC_MSG_CHECKING([for OpenSSL/SSLeay directory]) | 199 | AC_MSG_CHECKING([for OpenSSL directory]) |
200 | for ssldir in "" $tryssldir /usr/local/openssl /usr/lib/openssl /usr/local/ssl /usr/lib/ssl /usr/local /usr/pkg /opt /opt/openssl ; do | 200 | for ssldir in "" $tryssldir /usr/local/openssl /usr/lib/openssl /usr/local/ssl /usr/lib/ssl /usr/local /usr/pkg /opt /opt/openssl ; do |
201 | if test ! -z "$ssldir" ; then | 201 | if test ! -z "$ssldir" ; then |
202 | LDFLAGS="$saved_LDFLAGS -L$ssldir/lib -L$ssldir" | 202 | LDFLAGS="$saved_LDFLAGS -L$ssldir/lib -L$ssldir" |