Removed version requirements from dependencies on slim, libic, and Xft.

This commit is contained in:
Carl Worth 2003-08-05 05:04:27 +00:00
parent 83d5f0352c
commit 9a68366825

View file

@ -40,11 +40,7 @@ AC_PATH_XTRA
dnl ===========================================================================
XFT_REQUIRED=2.1.1
LIBIC_REQUIRED=0.1.0
SLIM_REQUIRED=0.1.0
PKG_CHECK_MODULES(CAIRO, xft >= $XFT_REQUIRED libic >= $LIBIC_REQUIRED slim >= $SLIM_REQUIRED)
PKG_CHECK_MODULES(CAIRO, slim libic xft)
AC_SUBST(CAIRO_CFLAGS)
AC_SUBST(CAIRO_LIBS)