use pkg-config unless on windows; not the contrary

This commit is contained in:
Frédéric Péters 2004-07-23 18:23:29 +00:00
parent 96830ea888
commit ff07de5782
1 changed files with 1 additions and 1 deletions

View File

@ -97,7 +97,7 @@ if test "$ac_cv_sizeof_size_t" -ne "4" ; then
fi
if test "$CWINDOWS" = "yes" ; then
if test "$CWINDOWS" = "no" ; then
PKG_CHECK_MODULES(LASSO, glib-2.0 gobject-2.0 libxml-2.0 libxslt xmlsec1 xmlsec1-openssl)
fi
AC_SUBST(LASSO_LIBS)