From: Adam Dickmeiss Date: Sun, 10 Oct 2004 22:17:29 +0000 (+0000) Subject: Abort if OpenSSL does not exist and --with-openssl is given X-Git-Tag: YAZ.2.0.28~28 X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=commitdiff_plain;h=942203900c897670ff5b764a1d128b190653e334 Abort if OpenSSL does not exist and --with-openssl is given --- 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