aboutsummaryrefslogtreecommitdiff
path: root/m4
diff options
context:
space:
mode:
authorBen Pfaff <blp@nicira.com>2010-01-08 10:01:27 -0800
committerBen Pfaff <blp@nicira.com>2010-01-08 10:01:27 -0800
commit869decd4fe936b68dc5da5d58c97e9273f511d21 (patch)
tree3ceeb34a3e3bd07c404ce1b789a1a0fe619ec9b5 /m4
parentd27ce5292c63d864dfa727e061f63b06ca770e19 (diff)
tests: Make test-vconn build and pass tests without OpenSSL.
Diffstat (limited to 'm4')
-rw-r--r--m4/openvswitch.m42
1 files changed, 2 insertions, 0 deletions
diff --git a/m4/openvswitch.m4 b/m4/openvswitch.m4
index 6f307927..b3dfe32a 100644
--- a/m4/openvswitch.m4
+++ b/m4/openvswitch.m4
@@ -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])