From: Ben Pfaff Date: Fri, 8 Jan 2010 18:02:49 +0000 (-0800) Subject: configure: Fix indentation. X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=48b9616a51b0ebdf844a2339f91a7273d20adede;p=openvswitch configure: Fix indentation. --- diff --git a/m4/openvswitch.m4 b/m4/openvswitch.m4 index b3dfe32a..0890b9f4 100644 --- a/m4/openvswitch.m4 +++ b/m4/openvswitch.m4 @@ -81,17 +81,16 @@ AC_DEFUN([OVS_CHECK_OPENSSL], [ssl=false]) if test "$ssl" = true; then - dnl Make sure that pkg-config is installed. - m4_pattern_forbid([PKG_CHECK_MODULES]) - PKG_CHECK_MODULES([SSL], [libssl], - [HAVE_OPENSSL=yes], - [HAVE_OPENSSL=no - AC_MSG_WARN([Cannot find libssl: - - $SSL_PKG_ERRORS + dnl Make sure that pkg-config is installed. + m4_pattern_forbid([PKG_CHECK_MODULES]) + PKG_CHECK_MODULES([SSL], [libssl], + [HAVE_OPENSSL=yes], + [HAVE_OPENSSL=no + AC_MSG_WARN([Cannot find libssl: - OpenFlow connections over SSL will not be supported.])]) +$SSL_PKG_ERRORS +OpenFlow connections over SSL will not be supported.])]) else HAVE_OPENSSL=no fi