From 242b00bb56011b7e370c1b34c11dbad690722b09 Mon Sep 17 00:00:00 2001 From: Sam Hartman Date: Sat, 26 Feb 2011 16:24:27 -0500 Subject: [PATCH] Don't depend on log4shib Shibboleth can be built with log4shib or log4cpp. We don't need to make an explicit dependency; shared library search will do that for us on most common platforms and I believe all we care about. --- acinclude.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/acinclude.m4 b/acinclude.m4 index ba85af3..a53d3bd 100644 --- a/acinclude.m4 +++ b/acinclude.m4 @@ -137,7 +137,7 @@ if test x_$found_shibsp != x_yes; then ]) else printf "Shibboleth found in $shibspdir\n"; - SHIBSP_LIBS="-lshibsp -llog4shib -lsaml -lxml-security-c -lxmltooling -lxerces-c"; + SHIBSP_LIBS="-lshibsp -lsaml -lxml-security-c -lxmltooling -lxerces-c"; SHIBSP_LDFLAGS="-L$shibspdir/lib"; AC_SUBST(SHIBSP_CXXFLAGS) AC_SUBST(SHIBSP_LDFLAGS) -- 2.1.4