diff options
author | Roger Dingledine <arma@torproject.org> | 2004-03-20 20:00:58 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2004-03-20 20:00:58 +0000 |
commit | 31aadef2d307a21f6b40e32edebe40fc748bf72f (patch) | |
tree | 0a6b4de4ebd7ebd86cb7f61147224c7d8bbe183d /configure.in | |
parent | 66f878513f1aa62c14984eddad32c6a3c7b26025 (diff) | |
download | tor-31aadef2d307a21f6b40e32edebe40fc748bf72f.tar.gz tor-31aadef2d307a21f6b40e32edebe40fc748bf72f.zip |
make configure work on solaris without mods
svn:r1315
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/configure.in b/configure.in index 1db5e5fe57..1b152dcf6c 100644 --- a/configure.in +++ b/configure.in @@ -26,6 +26,8 @@ AC_ARG_WITH(ssl-dir, ] ) +AC_SEARCH_LIBS(socket, [socket]) + saved_LIBS="$LIBS" saved_LDFLAGS="$LDFLAGS" saved_CPPFLAGS="$CPPFLAGS" |