Make configure fail if pkg-config cannot be found.

This commit is contained in:
Romain Tartiere 2010-02-08 19:43:25 +00:00
parent 3914cf7eac
commit 1e0272d006

View file

@ -27,7 +27,7 @@ case "$host" in
;;
esac
AC_PATH_PROG(PKG_CONFIG, pkg-config)
AC_PATH_PROG(PKG_CONFIG, pkg-config, [AC_MSG_ERROR([pkg-config not found.])])
# Checks for header files.
AC_HEADER_STDC