aboutsummaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2006-08-03 07:14:35 +0000
committerhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2006-08-03 07:14:35 +0000
commit21161e9ecb7ade63c81ab126281ef5e2b9ee3ccc (patch)
tree0a395fce67f55057013addf43cd00c33cea0cfb9 /configure.in
parent34165083a911ffb9bf2c6938e3466285d553cfd8 (diff)
fixed OpenSSL test in configure.in.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@1114 ee746299-78ed-0310-b773-934348b2243d
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.in b/configure.in
index b2318332..4bd98824 100644
--- a/configure.in
+++ b/configure.in
@@ -222,6 +222,7 @@ if test $ac_cv_enable_ssl = yes; then
else
dnl If pkg-config fails, run compile/link test.
AC_MSG_CHECKING([if openssl is available])
+ ac_save_LIBS="$LIBS"
if test "$native_win32" = yes; then
LIBS="$LIBS -lssl32 -leay32"
else