index : pacman | |
Archlinux32 fork of pacman | gitolite user |
summaryrefslogtreecommitdiff |
author | Dave Reisner <dreisner@archlinux.org> | 2012-04-17 15:58:51 -0400 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2012-04-24 08:34:17 -0500 |
commit | 1eb6a9cbfef4f0ad5151b4850d81141b7a535be6 (patch) | |
tree | a5a02172d35247389ca6ceddb67d34c94205589d | |
parent | d7b728591ad68712be2c0ade7c2dd8e45bc2dfed (diff) |
-rw-r--r-- | configure.ac | 2 |
diff --git a/configure.ac b/configure.ac index eccf425b..8898f146 100644 --- a/configure.ac +++ b/configure.ac @@ -164,7 +164,7 @@ PKG_CHECK_MODULES(LIBARCHIVE, [libarchive >= 2.8.0], , # Check for OpenSSL have_openssl=no if test "x$with_openssl" != "xno"; then - PKG_CHECK_MODULES(LIBSSL, [libssl libcrypto], + PKG_CHECK_MODULES(LIBSSL, [libcrypto], [AC_DEFINE(HAVE_LIBSSL, 1, [Define if libcrypto is available]) have_openssl=yes], have_openssl=no) if test "x$have_openssl" = xno -a "x$with_openssl" = xyes; then AC_MSG_ERROR([*** openssl support requested but libraries not found]) |