even when configuring --without-cairopango, so that the subsequent gtk+
test can be run.
Without cairopango, the GTK driver is effectively useless, but at least
the build completes. (I am not sure if this is what Mark is expecting.)
AC_CHECK_PROG(SED,sed,sed,false)
AC_CHECK_PROG(GREP,grep,grep,false)
AC_CHECK_PROG(SORT,sort,sort,false)
+PKG_PROG_PKG_CONFIG
# are we building for windows?
# (these tests must follow AC_ISC_POSIX)