Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
sds
sds-keyval
Commits
1e949605
Commit
1e949605
authored
Sep 05, 2017
by
Rob Latham
Browse files
fix misquoting in configure.ac
quote AC_MSG_ERROR's error string, not AC_MSG_ERROR itself!
parent
416dcdfa
Changes
1
Hide whitespace changes
Inline
Side-by-side
configure.ac
View file @
1e949605
...
...
@@ -29,7 +29,7 @@ if test "x$PKG_CONFIG" == "x"; then
fi
PKG_CHECK_MODULES([MARGO],[margo],[],
[
AC_MSG_ERROR([Could not find working margo installation!])
]
)
AC_MSG_ERROR([Could not find working margo installation!])
)
LIBS="$MARGO_LIBS $LIBS"
CPPFLAGS="$MARGO_CFLAGS $CPPFLAGS"
CFLAGS="$MARGO_CFLAGS $CFLAGS"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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