build eet even if openssl is not present
authorpfritz <pfritz@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Tue, 28 Oct 2008 22:15:26 +0000 (22:15 +0000)
committerpfritz <pfritz@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Tue, 28 Oct 2008 22:15:26 +0000 (22:15 +0000)
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/eet@37284 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

configure.ac

index 154ed1e..8f017e2 100644 (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"