summaryrefslogtreecommitdiff
path: root/old-configure.in
diff options
context:
space:
mode:
authorMatt A. Tobin <email@mattatobin.com>2021-11-29 10:58:36 -0500
committerMatt A. Tobin <email@mattatobin.com>2021-11-29 10:58:36 -0500
commitecd93d890e23281bc56dd0d1918ebb4c038b5046 (patch)
tree1142b60ce3e60379eba00d20f61180b5bbfb13e7 /old-configure.in
parent3fdf2a6e00986193e097341c8cff6934367dd8de (diff)
downloadaura-central-ecd93d890e23281bc56dd0d1918ebb4c038b5046.tar.gz
Issue %3005 - Merge extensions/gio with components/gservice
Diffstat (limited to 'old-configure.in')
-rw-r--r--old-configure.in10
1 files changed, 0 insertions, 10 deletions
diff --git a/old-configure.in b/old-configure.in
index 4b32f8909..ed4946744 100644
--- a/old-configure.in
+++ b/old-configure.in
@@ -3139,19 +3139,9 @@ MOZ_ARG_ENABLE_STRING(extensions,
done],
MOZ_EXTENSIONS="$MOZ_EXTENSIONS_DEFAULT")
-if test -z "$MOZ_ENABLE_GIO" -a `echo "$MOZ_EXTENSIONS" | grep -c gio` -ne 0; then
- # Suppress warning on non-X11 platforms
- if test -n "$MOZ_X11"; then
- AC_MSG_WARN([Removing gio from MOZ_EXTENSIONS due to --disable-gio.])
- fi
- MOZ_EXTENSIONS=`echo $MOZ_EXTENSIONS | sed -e 's|gio||'`
-fi
-
if test `echo "$MOZ_EXTENSIONS" | grep -c gio` -ne 0; then
- MOZ_GIO_COMPONENT=1
MOZ_EXTENSIONS=`echo $MOZ_EXTENSIONS | sed -e 's|gio||'`
fi
-AC_SUBST(MOZ_GIO_COMPONENT)
dnl Ensure every extension exists, to avoid mostly-inscrutable error messages
dnl when trying to build a nonexistent extension.