|
Check-in Number:
|
2339 | |
| Date: |
2002-Jul-24 16:55:55 (local)
2002-Jul-24 14:55:55 (UTC) |
| User: | rse |
| Branch: | |
| Comment: |
workaround for brain-dead Solaris |
| Tickets: |
|
| Inspections: |
|
| Files: |
|
ossp-pkg/fsl/configure.ac 1.4 -> 1.5
--- configure.ac 2002/07/23 14:37:50 1.4
+++ configure.ac 2002/07/24 14:55:55 1.5
@@ -44,6 +44,16 @@
sinclude(fsl.ac)
FSL_CHECK_ALL
+dnl # FIXME FIXME FIXME FIXME FIXME FIXME FIXME
+dnl # perform important checks from OSSP l2 because we have
+dnl # no possibility to merge their determined knowledge
+dnl # into our brain.
+AC_CHECK_LIB(nsl, gethostname)
+if test ".`echo $LIBS | grep nsl`" = . ;then
+ AC_CHECK_LIB(nsl, gethostbyname)
+fi
+AC_CHECK_LIB(socket, accept)
+
dnl # pre-processing for subdirs
LIB_DEPS=""
|
|