summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorDarren Tucker <dtucker@zip.com.au>2003-10-07 20:35:57 +1000
committerDarren Tucker <dtucker@zip.com.au>2003-10-07 20:35:57 +1000
commit89df7a3ecab70910fd745ddee01508f716255fb0 (patch)
treec0722efe08ab46e57a7bd7233868305d30cae176 /configure.ac
parent3b2a06c0d7e4f044fc8dbf445d6e1a176c0e4cd9 (diff)
- (dtucker) [configure.ac] Bug #710: Check for dlsym() in libdl on
Reliant Unix. Based on patch from Robert.Dahlem at siemens.com.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac3
1 files changed, 2 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 45d21573..44808f7e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -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)