projects
/
pspp-builds.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dde7b81
)
Fixed the test for the presence of the OpenSSL library.
author
John Darrington
<john@darrington.wattle.id.au>
Mon, 4 Feb 2008 03:46:15 +0000
(
03:46
+0000)
committer
John Darrington
<john@darrington.wattle.id.au>
Mon, 4 Feb 2008 03:46:15 +0000
(
03:46
+0000)
configure.ac
patch
|
blob
|
history
diff --git
a/configure.ac
b/configure.ac
index cbf3d557f792391689927d69d74928e07cfb06b1..9c52b30a676ef3c77393bb174dc61b74538e6ab5 100644
(file)
--- a/
configure.ac
+++ b/
configure.ac
@@
-58,6
+58,10
@@
if test x"$psql_support" = x"yes" ; then
AC_SUBST(PG_LDFLAGS)
PG_LIBS=-lpq
AC_SUBST(PG_LIBS)
+ PKG_CHECK_MODULES(OPENSSL,libssl,
+ AC_DEFINE([USE_SSL],1,
+ [Define to 1 if the openssl library is present.])
+ ,)
fi
AM_CONDITIONAL(PSQL_SUPPORT, test x"$psql_support" = x"yes")