aboutsummaryrefslogtreecommitdiff
path: root/m4
diff options
context:
space:
mode:
authorBen Pfaff <blp@nicira.com>2010-01-08 09:41:29 -0800
committerBen Pfaff <blp@nicira.com>2010-01-08 09:41:29 -0800
commitd27ce5292c63d864dfa727e061f63b06ca770e19 (patch)
tree49f5656ce4ed47ee889864426a19bf2841575f46 /m4
parent1504c76330dbe5501fa278bb0b163a8e9578f390 (diff)
tests: Improve vconn tests.
Diffstat (limited to 'm4')
-rw-r--r--m4/openvswitch.m43
1 files changed, 2 insertions, 1 deletions
diff --git a/m4/openvswitch.m4 b/m4/openvswitch.m4
index f9b7e578..6f307927 100644
--- a/m4/openvswitch.m4
+++ b/m4/openvswitch.m4
@@ -1,6 +1,6 @@
# -*- autoconf -*-
-# Copyright (c) 2008, 2009 Nicira Networks.
+# Copyright (c) 2008, 2009, 2010 Nicira Networks.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
@@ -93,6 +93,7 @@ AC_DEFUN([OVS_CHECK_OPENSSL],
OpenFlow connections over SSL will not be supported.])])
fi
+ AC_SUBST([HAVE_OPENSSL])
AM_CONDITIONAL([HAVE_OPENSSL], [test "$HAVE_OPENSSL" = yes])
if test "$HAVE_OPENSSL" = yes; then
AC_DEFINE([HAVE_OPENSSL], [1], [Define to 1 if OpenSSL is installed.])