pspp-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Pspp-cvs] pspp configure.ac


From: John Darrington
Subject: [Pspp-cvs] pspp configure.ac
Date: Mon, 04 Feb 2008 03:46:16 +0000

CVSROOT:        /sources/pspp
Module name:    pspp
Changes by:     John Darrington <jmd>   08/02/04 03:46:16

Modified files:
        .              : configure.ac 

Log message:
        Fixed the test for the presence of the OpenSSL library.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/pspp/configure.ac?cvsroot=pspp&r1=1.71&r2=1.72

Patches:
Index: configure.ac
===================================================================
RCS file: /sources/pspp/pspp/configure.ac,v
retrieving revision 1.71
retrieving revision 1.72
diff -u -b -r1.71 -r1.72
--- configure.ac        4 Feb 2008 01:24:00 -0000       1.71
+++ configure.ac        4 Feb 2008 03:46:15 -0000       1.72
@@ -58,6 +58,10 @@
    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")
 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]