diff --git a/configure.in b/configure.in index 19a8e83..56d2d34 100644 --- a/configure.in +++ b/configure.in @@ -85,7 +85,7 @@ if test "$found_openssl" = "no" && test -x "$PKG_CONFIG" && $PKG_CONFIG --exists found_openssl=yes pkgcfg_openssl=yes OPENSSL_LIBLINE=`$PKG_CONFIG --libs openssl` - OPENSSL_INCLINE=`$PKG_CONFIG --variable=includedir openssl` + OPENSSL_INCLINE=`$PKG_CONFIG --cflags-only-I openssl` AC_MSG_RESULT([Using paths from pkg-config]) fi