build: don't supply spurious dependency versions
This commit is contained in:
parent
6e669e818e
commit
09a9f7f9a4
@ -44,7 +44,7 @@ AS_IF([test "x$XSLTPROC" == "xfalse"], [
|
|||||||
###############################################################################
|
###############################################################################
|
||||||
## Required packages
|
## 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_CFLAGS])
|
||||||
AC_SUBST([UTIL_CRUFT_LIBS])
|
AC_SUBST([UTIL_CRUFT_LIBS])
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user