diff options
Diffstat (limited to 'configure.ac.pamphlet')
-rw-r--r-- | configure.ac.pamphlet | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/configure.ac.pamphlet b/configure.ac.pamphlet index 8aa4ca89..efa5bcd5 100644 --- a/configure.ac.pamphlet +++ b/configure.ac.pamphlet @@ -277,9 +277,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 |