fix build on mac, fix wrong AX_PKG_CHECK
This commit is contained in:
@@ -455,7 +455,7 @@ AC_DEFUN([AX_PKG_REQUIRE], [
|
|||||||
AC_MSG_ERROR([Required header $3 for feature $1 not found])
|
AC_MSG_ERROR([Required header $3 for feature $1 not found])
|
||||||
])
|
])
|
||||||
CPPFLAGS=${old_CPPFLAGS}
|
CPPFLAGS=${old_CPPFLAGS}
|
||||||
else
|
elif test ${$1_found} -eq 0; then
|
||||||
AC_MSG_ERROR([Required package $2 for feature $1 not installed])
|
AC_MSG_ERROR([Required package $2 for feature $1 not installed])
|
||||||
fi
|
fi
|
||||||
])
|
])
|
||||||
|
Reference in New Issue
Block a user