make configure work on solaris without mods

svn:r1315
This commit is contained in:
Roger Dingledine 2004-03-20 20:00:58 +00:00
parent 66f878513f
commit 31aadef2d3
1 changed files with 2 additions and 0 deletions

View File

@ -26,6 +26,8 @@ AC_ARG_WITH(ssl-dir,
]
)
AC_SEARCH_LIBS(socket, [socket])
saved_LIBS="$LIBS"
saved_LDFLAGS="$LDFLAGS"
saved_CPPFLAGS="$CPPFLAGS"