From 942203900c897670ff5b764a1d128b190653e334 Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Sun, 10 Oct 2004 22:17:29 +0000 Subject: [PATCH] Abort if OpenSSL does not exist and --with-openssl is given --- configure.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/configure.in b/configure.in index 9062693..12774ed 100644 --- a/configure.in +++ b/configure.in @@ -1,6 +1,6 @@ dnl YAZ Toolkit, Index Data 1994-2004 dnl See the file LICENSE for details. -dnl $Id: configure.in,v 1.157 2004-10-09 08:03:26 adam Exp $ +dnl $Id: configure.in,v 1.158 2004-10-10 22:17:29 adam Exp $ AC_INIT(include/yaz/yaz-version.h) AM_INIT_AUTOMAKE(yaz, 2.0.26) AM_MAINTAINER_MODE @@ -86,6 +86,7 @@ if test "$openssl" != "no"; then else SSL_CFLAGS="" AC_MSG_RESULT([None]) + AC_MSG_ERROR([OpenSSL development libraries missing]) fi fi dnl -- 1.7.10.4