Sophie

Sophie

distrib > Fedora > 13 > x86_64 > by-pkgid > 5490f77c7617a80ec50be25d3cc55af2 > files > 3

gq-1.3.4-9.fc13.src.rpm

diff -up gq-1.3.4/configure~ gq-1.3.4/configure
--- gq-1.3.4/configure~	2010-02-11 22:47:33.000000000 +0100
+++ gq-1.3.4/configure	2010-02-11 22:49:41.189235801 +0100
@@ -6494,7 +6494,7 @@ fi
 { echo "$as_me:$LINENO: result: $ac_cv_lib_ssl_SSL_new" >&5
 echo "${ECHO_T}$ac_cv_lib_ssl_SSL_new" >&6; }
 if test $ac_cv_lib_ssl_SSL_new = yes; then
-  LIBS="-lssl $LIBS"
+  LIBS="`pkg-config --libs openssl` $LIBS"
 
 fi