mirror of
https://github.com/curl/curl.git
synced 2026-05-14 12:06:20 +03:00
fixed the pkg-config stuff for rh9
This commit is contained in:
parent
5111ce782f
commit
7d7ebbe9f7
1 changed files with 2 additions and 2 deletions
|
|
@ -465,10 +465,10 @@ if test "$PKGCONFIG" != "no" ; then
|
|||
if test "$SSL_EXISTS" -eq "0"; then
|
||||
SSL_LIBS=`$PKGCONFIG --libs-only-l openssl 2>/dev/null`
|
||||
SSL_LDFLAGS=`$PKGCONFIG --libs-only-L openssl 2>/dev/null`
|
||||
SSL_CFLAGS=`$PKGCONFIG --cflags openssl 2>/dev/null`
|
||||
SSL_CPPFLAGS=`$PKGCONFIG --cflags-only-I openssl 2>/dev/null`
|
||||
|
||||
LIBS="$LIBS $SSL_LIBS"
|
||||
CFLAGS="$CFLAGS $SSL_CFLAGS"
|
||||
CPPFLAGS="$CPPFLAGS $SSL_CPPFLAGS"
|
||||
LDFLAGS="$LDFLAGS $SSL_LDFLAGS"
|
||||
|
||||
AC_MSG_RESULT([yes])
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue