summaryrefslogtreecommitdiff
blob: 69352d57f29887299cd0ee34562ccb64dbff1c96 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
diff -ur libssh2-0.14~/configure libssh2-0.14/configure
--- libssh2-0.14~/configure	2006-06-30 10:18:14.000000000 +0200
+++ libssh2-0.14/configure	2006-06-30 10:20:16.000000000 +0200
@@ -3739,7 +3739,7 @@
   found_openssl=yes
   pkgcfg_openssl=yes
   OPENSSL_LIBLINE=`$PKG_CONFIG --libs openssl`
-  OPENSSL_INCLINE=`$PKG_CONFIG --variable=includedir openssl`
+  OPENSSL_INCLINE="-I`$PKG_CONFIG --variable=includedir openssl`"
   echo "$as_me:$LINENO: result: Using paths from pkg-config" >&5
 echo "${ECHO_T}Using paths from pkg-config" >&6
 fi