build: don't supply spurious dependency versions

This commit is contained in:
Danny Robson 2016-02-26 14:57:56 +11:00
parent 6e669e818e
commit 09a9f7f9a4

View File

@ -44,7 +44,7 @@ AS_IF([test "x$XSLTPROC" == "xfalse"], [
###############################################################################
## Required packages
PKG_CHECK_MODULES([UTIL_CRUFT], [libcruft-util >= 0])
PKG_CHECK_MODULES([UTIL_CRUFT], [libcruft-util])
AC_SUBST([UTIL_CRUFT_CFLAGS])
AC_SUBST([UTIL_CRUFT_LIBS])