aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac5
1 files changed, 2 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac
index e9a15dd5..8a414dfc 100644
--- a/configure.ac
+++ b/configure.ac
@@ -435,9 +435,8 @@ fi
case $host in
*solaris*)
AC_SEARCH_LIBS([accept], [socket],
- [axiom_c_runtime_extra="-lsocket"],
- [AC_MSG_ERROR([socket library not found])])
- AC_SEARCH_LIBS([gethostbyname], [nls])
+ [], [AC_MSG_ERROR([socket library not found])])
+ AC_SEARCH_LIBS([gethostbyname], [nsl])
;;
*) ;;
esac