Skip to content

Commit

Permalink
build: provide a clearer message if pkg-config is not installed
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentbernat committed Nov 13, 2021
1 parent afddd1b commit 9dee8de
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,10 @@ AC_PROG_LN_S
AC_PROG_EGREP
AC_PROG_AWK

# Check for pkg-config
m4_ifndef([PKG_CHECK_MODULES], [
AC_MSG_ERROR([PKG_CHECK_MODULES not found. Please install pkg-config and re-run autogen.sh])])

# Doxygen
DX_HTML_FEATURE(ON)
DX_DOT_FEATURE(OFF)
Expand Down

0 comments on commit 9dee8de

Please sign in to comment.