diff --git a/configure.ac b/configure.ac index 041266d15..7ed2530d2 100644 --- a/configure.ac +++ b/configure.ac @@ -147,6 +147,9 @@ EOF fi ;; + *solaris*) + LIBS="$LIBS -lsocket -lnsl" + ;; esac AM_CONDITIONAL([HAVE_BEOS],[test "x$beos" = "xyes"])