Make boot.sh give an error if pkg-config is not installed.
authorBen Pfaff <blp@nicira.com>
Wed, 4 Jun 2008 22:57:33 +0000 (15:57 -0700)
committerBen Pfaff <blp@nicira.com>
Wed, 4 Jun 2008 22:57:33 +0000 (15:57 -0700)
configure.ac

index d22a71b..eb80441 100644 (file)
@@ -85,6 +85,8 @@ AC_ARG_ENABLE(
   [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