Kaydet (Commit) 567a22f1 authored tarafından Bjoern Michaelsen's avatar Bjoern Michaelsen

upstream pkgconfig-mozilla-plugin.diff from Ubuntu/Debian packaging

üst 58f5a26e
......@@ -7274,6 +7274,9 @@ if test "$with_system_mozilla_headers" = "yes"; then
if test "x$LOCATED" != "xyes"; then
PKG_CHECK_MODULES(MOZILLA_HEADERS, libxul, [LOCATED=yes], [LOCATED=no])
fi
if test "x$LOCATED" != "xyes"; then
PKG_CHECK_MODULES(MOZILLA_HEADERS, mozilla-plugin, [LOCATED=yes], [LOCATED=no])
fi
# if still not found bail out
if test "x$LOCATED" != "xyes"; then
AC_MSG_ERROR([npapi.h header file not found])
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment