From: Scott Cantor Date: Sun, 27 Dec 2009 21:36:32 +0000 (+0000) Subject: Correct pkgconfig macro. X-Git-Tag: 2.4RC1~79 X-Git-Url: http://www.project-moonshot.org/gitweb/?p=shibboleth%2Fcpp-opensaml.git;a=commitdiff_plain;h=dbcb956cbfd0d15d8050555909536e18321c5609 Correct pkgconfig macro. --- diff --git a/configure.ac b/configure.ac index fe13c52..9509efc 100644 --- a/configure.ac +++ b/configure.ac @@ -266,7 +266,7 @@ AC_SUBST(CXXTEST) AC_SUBST(CXXTESTFLAGS) AM_CONDITIONAL(BUILD_UNITTEST,test -f ${CXXTEST}) -AX_CREATE_PKGCONFIG_INFO +AX_CREATE_PKGCONFIG_INFO(,,[$LIBS -lsaml],[OpenSAML library]) AC_SUBST(DX_INCLUDE) LIBTOOL="$LIBTOOL --silent"