Skip to content

Commit

Permalink
Exit with failure as soon as we know there is no pkg-config on host.
Browse files Browse the repository at this point in the history
  • Loading branch information
neomilium committed Feb 12, 2010
1 parent a4a4c62 commit 8235659
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ AC_PROG_CC
AC_PROG_MAKE_SET
AC_PROG_LIBTOOL

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
Expand Down

0 comments on commit 8235659

Please sign in to comment.