[cpp-opensaml] branch master updated: Remove duplicate zlib test.
Scott Cantor
cantor.2 at osu.edu
Fri Feb 2 16:05:59 EST 2018
This is an automated email from the git hooks/post-receive script.
scantor pushed a commit to branch master
in repository cpp-opensaml.
View the commit online:
http://git.shibboleth.net/view/?p=cpp-opensaml.git;a=commit;h=63f8a6315e8cf6bbf0ecad13d067ffb72a547f21
The following commit(s) were added to refs/heads/master by this push:
new 63f8a63 Remove duplicate zlib test.
63f8a63 is described below
commit 63f8a6315e8cf6bbf0ecad13d067ffb72a547f21
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Fri Feb 2 16:05:49 2018 -0500
Remove duplicate zlib test.
---
configure.ac | 10 ----------
1 file changed, 10 deletions(-)
diff --git a/configure.ac b/configure.ac
index 4182e82..e2d6a20 100644
--- a/configure.ac
+++ b/configure.ac
@@ -93,16 +93,6 @@ AC_ARG_WITH(zlib,
]
)
-AC_ARG_WITH(zlib,
- AS_HELP_STRING([--with-zlib=PATH],[where zlib is installed]),,
- [with_zlib=/usr])
-if test x_$with_zlib != x_/usr; then
- CPPFLAGS="-I${with_zlib}/include $CPPFLAGS"
- LIBS="-L${with_zlib}/lib -lz $LIBS"
-else
- LIBS="-lz $LIBS"
-fi
-
AC_CHECK_HEADER([zlib.h],,AC_MSG_ERROR([unable to find zlib header files]))
AC_LINK_IFELSE(
[AC_LANG_PROGRAM([[#include <zlib.h>]],
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list