summaryrefslogtreecommitdiff
path: root/old-configure.in
diff options
context:
space:
mode:
authorMatt A. Tobin <email@mattatobin.com>2021-11-29 12:21:35 -0500
committerMatt A. Tobin <email@mattatobin.com>2021-11-29 12:21:35 -0500
commit9c59ce27775b068c8f907d6af171ed9ca3abc6b9 (patch)
tree767b8fbbfca2908662a0168f9a236be074e972f9 /old-configure.in
parent4d4d7c931f9f759af57ceebe7555a1240fe3e4c4 (diff)
downloadaura-central-9c59ce27775b068c8f907d6af171ed9ca3abc6b9.tar.gz
No Issue - Remove ancient Mozilla Extensions build system capability
This has been bypassed for years...
Diffstat (limited to 'old-configure.in')
-rw-r--r--old-configure.in33
1 files changed, 0 insertions, 33 deletions
diff --git a/old-configure.in b/old-configure.in
index ed4946744..95bb61da5 100644
--- a/old-configure.in
+++ b/old-configure.in
@@ -3118,38 +3118,6 @@ if test -n "$MOZ_FFVPX"; then
fi
dnl ========================================================
-dnl = Enable compilation of specific extension modules
-dnl ========================================================
-
-MOZ_ARG_ENABLE_STRING(extensions,
-[ --enable-extensions Enable extensions],
-[ for option in `echo $enableval | sed 's/,/ /g'`; do
- if test "$option" = "yes" -o "$option" = "all"; then
- AC_MSG_ERROR([--enable-extensions=$option is no longer supported.])
- elif test "$option" = "no" -o "$option" = "none"; then
- MOZ_EXTENSIONS=""
- elif test "$option" = "default"; then
- MOZ_EXTENSIONS="$MOZ_EXTENSIONS $MOZ_EXTENSIONS_DEFAULT"
- elif test `echo "$option" | grep -c \^-` != 0; then
- option=`echo $option | sed 's/^-//'`
- MOZ_EXTENSIONS=`echo "$MOZ_EXTENSIONS" | sed "s/ ${option}//"`
- else
- MOZ_EXTENSIONS="$MOZ_EXTENSIONS $option"
- fi
-done],
- MOZ_EXTENSIONS="$MOZ_EXTENSIONS_DEFAULT")
-
-if test `echo "$MOZ_EXTENSIONS" | grep -c gio` -ne 0; then
- MOZ_EXTENSIONS=`echo $MOZ_EXTENSIONS | sed -e 's|gio||'`
-fi
-
-dnl Ensure every extension exists, to avoid mostly-inscrutable error messages
-dnl when trying to build a nonexistent extension.
-for extension in $MOZ_EXTENSIONS; do
- if test ! -d "${srcdir}/extensions/${extension}"; then
- AC_MSG_ERROR([Unrecognized extension provided to --enable-extensions: ${extension}.])
- fi
-done
if test -n "$MOZ_USE_NATIVE_POPUP_WINDOWS"; then
AC_DEFINE(MOZ_USE_NATIVE_POPUP_WINDOWS)
@@ -4443,7 +4411,6 @@ AC_SUBST(MOZ_PREF_EXTENSIONS)
AC_SUBST(MOZ_DEBUG)
AC_SUBST(MOZ_DEBUG_LDFLAGS)
AC_SUBST(WARNINGS_AS_ERRORS)
-AC_SUBST_SET(MOZ_EXTENSIONS)
AC_SUBST(LIBICONV)
AC_SUBST(MOZ_TOOLKIT_SEARCH)
AC_SUBST(MOZ_FEEDS)