summaryrefslogtreecommitdiffstats
path: root/chromium/third_party/wayland-protocols/src/m4/compat.m4
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/third_party/wayland-protocols/src/m4/compat.m4')
-rw-r--r--chromium/third_party/wayland-protocols/src/m4/compat.m412
1 files changed, 0 insertions, 12 deletions
diff --git a/chromium/third_party/wayland-protocols/src/m4/compat.m4 b/chromium/third_party/wayland-protocols/src/m4/compat.m4
deleted file mode 100644
index 290ef035f14..00000000000
--- a/chromium/third_party/wayland-protocols/src/m4/compat.m4
+++ /dev/null
@@ -1,12 +0,0 @@
-dnl noarch_pkgconfigdir only available in pkg-config 0.27 and newer
-dnl http://lists.freedesktop.org/archives/pkg-config/2012-July/000875.html
-dnl Ubuntu 14.04 provides only pkg-config 0.26 so lacks this function.
-dnl
-dnl The Wayland project maintains automated builds for Ubuntu 14.04 in
-dnl a Launchpad PPA. 14.04 is a Long Term Support distro release, which
-dnl will reach EOL April 2019, however the Wayland PPA may stop targeting
-dnl it some time after the next LTS release (April 2016).
-m4_ifndef([PKG_NOARCH_INSTALLDIR], [AC_DEFUN([PKG_NOARCH_INSTALLDIR], [
- noarch_pkgconfigdir='${datadir}'/pkgconfig
- AC_SUBST([noarch_pkgconfigdir])
-])])