fix build on mac, fix wrong AX_PKG_CHECK

master
Marc Wäckerlin 9 years ago
parent 0f7b1931f1
commit f4719cd8a9
  1. 2
      ax_init_standard_project.m4

@ -455,7 +455,7 @@ AC_DEFUN([AX_PKG_REQUIRE], [
AC_MSG_ERROR([Required header $3 for feature $1 not found])
])
CPPFLAGS=${old_CPPFLAGS}
else
elif test ${$1_found} -eq 0; then
AC_MSG_ERROR([Required package $2 for feature $1 not installed])
fi
])

Loading…
Cancel
Save