Don't depend on log4shib
authorSam Hartman <hartmans@painless-security.com>
Sat, 26 Feb 2011 21:24:27 +0000 (16:24 -0500)
committerSam Hartman <hartmans@painless-security.com>
Sat, 26 Feb 2011 21:25:47 +0000 (16:25 -0500)
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

index ba85af3..a53d3bd 100644 (file)
@@ -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)