tests: Make test-vconn build and pass tests without OpenSSL.
[sliver-openvswitch.git] / m4 / openvswitch.m4
index 6f30792..b3dfe32 100644 (file)
@@ -92,6 +92,8 @@ AC_DEFUN([OVS_CHECK_OPENSSL],
 
    OpenFlow connections over SSL will not be supported.])])
 
+   else
+       HAVE_OPENSSL=no
    fi
    AC_SUBST([HAVE_OPENSSL])
    AM_CONDITIONAL([HAVE_OPENSSL], [test "$HAVE_OPENSSL" = yes])