fix build on mac, fix wrong AX_PKG_CHECK

This commit is contained in:
Marc Wäckerlin
2015-05-18 09:21:45 +00:00
parent 0f7b1931f1
commit f4719cd8a9

View File

@@ -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
])