projects
/
cobramush.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3afa529
)
Fix broken HAVE_SSL line in configure.ac
author
Ari Johnson
<ari@theari.com>
Thu, 28 Apr 2011 18:01:26 +0000
(14:01 -0400)
committer
Ari Johnson
<ari@theari.com>
Thu, 28 Apr 2011 18:01:26 +0000
(14:01 -0400)
configure.ac
patch
|
blob
|
history
diff --git
a/configure.ac
b/configure.ac
index 513a3c27cdbb3109fc52a8ed13894aa9ae2dcb3d..b41cf49049428c5ed375c09891d3cf1a1f01f812 100644
(file)
--- a/
configure.ac
+++ b/
configure.ac
@@
-214,8
+214,8
@@
fi
AX_CHECK_OPENSSL([
- AC_DEFINE(HAVE_SSL, , [Check for OpenSSL Library])
H
- AVE_SSL="yes"
+ AC_DEFINE(HAVE_SSL, , [Check for OpenSSL Library])
+
H
AVE_SSL="yes"
])
AC_ARG_ENABLE(zlib, AS_HELP_STRING([--disable-zlib], [Don't use zlib for database compression.]), enable_zlib=$enableval, enable_zlib=yes)