From 0d72ebf26b560c5eb132d594ec7901ceab0dc651 Mon Sep 17 00:00:00 2001 From: Ben Pfaff Date: Wed, 4 Jun 2008 15:57:33 -0700 Subject: [PATCH] Make boot.sh give an error if pkg-config is not installed. --- configure.ac | 2 ++ 1 file changed, 2 insertions(+) diff --git a/configure.ac b/configure.ac index d22a71bd..eb80441d 100644 --- a/configure.ac +++ b/configure.ac @@ -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 -- 2.30.2