Exit with failure as soon as we know there is no pkg-config on host.

This commit is contained in:
Romuald Conty
2010-02-11 16:13:50 +00:00
parent ef1980cf46
commit 4383f92f7d
+1 -1
View File
@@ -17,7 +17,7 @@ AC_LANG_C
AC_PROG_CC
AC_PROG_MAKE_SET
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