From 21161e9ecb7ade63c81ab126281ef5e2b9ee3ccc Mon Sep 17 00:00:00 2001 From: hiro Date: Thu, 3 Aug 2006 07:14:35 +0000 Subject: fixed OpenSSL test in configure.in. git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@1114 ee746299-78ed-0310-b773-934348b2243d --- configure.in | 1 + 1 file changed, 1 insertion(+) (limited to 'configure.in') 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 -- cgit v1.2.3