build eet even if openssl is not present

SVN revision: 37284
This commit is contained in:
Peter Wehrfritz 2008-10-28 22:15:26 +00:00
parent 71f9c5aab7
commit 612cdc6ca1
1 changed files with 1 additions and 1 deletions

View File

@ -140,7 +140,7 @@ if test "x${want_openssl}" = "xyes" -o "x${want_openssl}" = "xauto" ; then
have_openssl="yes"
AC_DEFINE(HAVE_OPENSSL, 1, [Have Openssl support])
requirement_eet="openssl ${requirement_eet}"
])
], [have_openssl="no"])
fi
have_cypher="no"