Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
sds
margo
Commits
88ae917d
Commit
88ae917d
authored
Nov 03, 2016
by
Philip Carns
Browse files
make lack of pkg-config a critical error
parent
7a5a0d46
Changes
1
Hide whitespace changes
Inline
Side-by-side
configure.ac
View file @
88ae917d
...
...
@@ -56,6 +56,9 @@ dnl
dnl Verify pkg-config
dnl
PKG_PROG_PKG_CONFIG
if test "x$PKG_CONFIG" == "x"; then
AC_MSG_ERROR([Could not find pkg-config utility!])
fi
PKG_CHECK_MODULES([MERCURY],[mercury],[],
[AC_MSG_ERROR([Could not find working mercury installation!])])
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment