- (dtucker) [configure.ac] Bug #710: Check for dlsym() in libdl on

Reliant Unix.  Based on patch from Robert.Dahlem at siemens.com.
This commit is contained in:
Darren Tucker 2003-10-07 20:35:57 +10:00
parent 3b2a06c0d7
commit 89df7a3eca
2 changed files with 5 additions and 2 deletions

View File

@ -8,6 +8,8 @@
Bug #670: add strtoul() to openbsd-compat for platforms lacking it. ok djm@
- (dtucker) [configure.ac] Bug #715: Set BROKEN_SETREUID and BROKEN_SETREGID
on Reliant Unix. Patch from Robert.Dahlem at siemens.com.
- (dtucker) [configure.ac] Bug #710: Check for dlsym() in libdl on
Reliant Unix. Based on patch from Robert.Dahlem at siemens.com.
20031003
- (dtucker) OpenBSD CVS Sync
@ -1290,4 +1292,4 @@
- Fix sshd BindAddress and -b options for systems using fake-getaddrinfo.
Report from murple@murple.net, diagnosis from dtucker@zip.com.au
$Id: ChangeLog,v 1.3062 2003/10/07 08:37:11 dtucker Exp $
$Id: ChangeLog,v 1.3063 2003/10/07 10:35:57 dtucker Exp $

View File

@ -1,4 +1,4 @@
# $Id: configure.ac,v 1.171 2003/10/07 08:37:11 dtucker Exp $
# $Id: configure.ac,v 1.172 2003/10/07 10:35:57 dtucker Exp $
AC_INIT
AC_CONFIG_SRCDIR([ssh.c])
@ -297,6 +297,7 @@ mips-sony-bsd|mips-sony-newsos4)
CPPFLAGS="$CPPFLAGS -I/usr/local/include"
# /usr/ucblib MUST NOT be searched on ReliantUNIX
LDFLAGS="$LDFLAGS -L/usr/local/lib"
AC_CHECK_LIB(dl, dlsym, ,)
IPADDR_IN_DISPLAY=yes
AC_DEFINE(USE_PIPES)
AC_DEFINE(IP_TOS_IS_BROKEN)