[cpp-sp] 09/17: We don't use OpenSSL directly
Scott Cantor
cantor.2 at osu.edu
Wed Jun 27 20:35:50 EDT 2018
This is an automated email from the git hooks/post-receive script.
scantor pushed a commit to branch master
in repository cpp-sp.
View the commit online:
http://git.shibboleth.net/view/?p=cpp-sp.git;a=commit;h=c165aae68cd482e67159c371feb906097f851a9b
commit c165aae68cd482e67159c371feb906097f851a9b
Author: Ferenc Wágner <wferi at niif.hu>
AuthorDate: Thu Jul 14 15:13:01 2016 +0200
We don't use OpenSSL directly
---
configure.ac | 24 ------------------------
1 file changed, 24 deletions(-)
diff --git a/configure.ac b/configure.ac
index bf652e3..3dd3233 100644
--- a/configure.ac
+++ b/configure.ac
@@ -100,30 +100,6 @@ ACX_PTHREAD(
[AC_DEFINE([HAVE_PTHREAD],[1],[Define if you have POSIX threads libraries and header files.])],
[AC_MSG_ERROR([unable to find pthreads, currently this is required])])
-# OpenSSL settings
-AC_ARG_WITH(openssl,
- AS_HELP_STRING([--with-openssl=PATH],[where openssl is installed]),
- [if test x_$with_openssl != x_/usr; then
- SSLFLAGS="-I${with_openssl}/include"
- fi])
-
-if test "x$with_openssl" = "x" ; then
- AC_PATH_PROG(PKG_CONFIG, pkg-config)
- if test "x$PKG_CONFIG" != x && test "x$PKG_CONFIG" != "xno" ; then
- if pkg-config openssl ; then
- SSLFLAGS="`$PKG_CONFIG --cflags openssl`"
- else
- AC_MSG_WARN([OpenSSL not supported by pkg-config, try --with-openssl instead])
- fi
- fi
-fi
-
-AC_MSG_CHECKING(for OpenSSL cflags)
-AC_MSG_RESULT($SSLFLAGS)
-CPPFLAGS="$SSLFLAGS $CPPFLAGS"
-
-AC_CHECK_HEADER([openssl/x509.h],,AC_MSG_ERROR([unable to find openssl header files]))
-
AC_LANG([C++])
# C++ requirements
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list