From: Sam Hartman Date: Sat, 26 Feb 2011 21:24:27 +0000 (-0500) Subject: Don't depend on log4shib X-Git-Tag: vm/20110310~56 X-Git-Url: http://www.project-moonshot.org/gitweb/?p=mech_eap.orig;a=commitdiff_plain;h=242b00bb56011b7e370c1b34c11dbad690722b09 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. --- 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)