projects
/
yaz-moved-to-github.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e25948f
)
Abort if OpenSSL does not exist and --with-openssl is given
author
Adam Dickmeiss
<adam@indexdata.dk>
Sun, 10 Oct 2004 22:17:29 +0000
(22:17 +0000)
committer
Adam Dickmeiss
<adam@indexdata.dk>
Sun, 10 Oct 2004 22:17:29 +0000
(22:17 +0000)
configure.in
patch
|
blob
|
history
diff --git
a/configure.in
b/configure.in
index
9062693
..
12774ed
100644
(file)
--- 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