From 612cdc6ca16b6270e365d5b11c6488ae9cdd5561 Mon Sep 17 00:00:00 2001 From: Peter Wehrfritz Date: Tue, 28 Oct 2008 22:15:26 +0000 Subject: [PATCH] build eet even if openssl is not present SVN revision: 37284 --- legacy/eet/configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/legacy/eet/configure.ac b/legacy/eet/configure.ac index 154ed1e4fd..8f017e2767 100644 --- a/legacy/eet/configure.ac +++ b/legacy/eet/configure.ac @@ -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"