strange build error: 'configure:18658: error: possibly undefined macro: m4_default'

master
Marc Wäckerlin 10 years ago
parent 2b25a84c9a
commit d7d7e25a5b
  1. 2
      ax_init_standard_project.m4

@ -405,7 +405,7 @@ AC_DEFUN([AX_PKG_REQUIRE], [
PKG_REQUIREMENTS="${PKG_REQUIREMENTS}, m4_default([$2], [$1])"
fi
], [
AC_MSG_WARN([Recommended package [m4_default([$2], [$1])] for feature $1 not installed])
AC_MSG_WARN([Recommended package m4_default([$2], [$1]) for feature $1 not installed])
if test -n "$4"; then
for pkg in $4; do
PKG_CHECK_MODULES([$1], [$pkg], [

Loading…
Cancel
Save