Bug 1257414 - Remove --with-libxul-sdk draft
authorMike Hommey <mh+mozilla@glandium.org>
Thu, 17 Mar 2016 08:29:54 +0900
changeset 341485 47b39c99ae3361eed56280b4af225399d531cf20
parent 341467 6b14a2d6229cd1e3c5a216a85bce4a6a8d11876c
child 341486 6ebc1d664f9c2f2286e710526dcea8545324bf52
push id13219
push userbmo:mh+mozilla@glandium.org
push dateThu, 17 Mar 2016 04:05:50 +0000
bugs1257414, 1038639
milestone48.0a1
Bug 1257414 - Remove --with-libxul-sdk Bug 1038639 removed the option, but since autoconf doesn't barf for unknown options, the option MOZ_ARG_WITH_STRING was kept to emit a AC_MSG_ERROR. This is not necessary anymore.
build/moz.configure/old.configure
old-configure.in
--- a/build/moz.configure/old.configure
+++ b/build/moz.configure/old.configure
@@ -331,17 +331,16 @@ def old_configure_options(*options):
     '--with-google-api-keyfile',
     '--with-google-oauth-api-keyfile',
     '--with-gradle',
     '--with-intl-api',
     '--with-ios-sdk',
     '--with-java-bin-path',
     '--with-jitreport-granularity',
     '--with-l10n-base',
-    '--with-libxul-sdk',
     '--with-linux-headers',
     '--with-macbundlename-prefix',
     '--with-macos-private-frameworks',
     '--with-macos-sdk',
     '--with-mozilla-api-keyfile',
     '--with-nspr-prefix',
     '--with-nspr-cflags',
     '--with-nspr-libs',
--- a/old-configure.in
+++ b/old-configure.in
@@ -2684,20 +2684,16 @@ dnl are defined in build/autoconf/altopt
 
 dnl ========================================================
 dnl =
 dnl = Check for external package dependencies
 dnl =
 dnl ========================================================
 MOZ_ARG_HEADER(External Packages)
 
-MOZ_ARG_WITH_STRING(libxul-sdk,
-[  --with-libxul-sdk=PFX   Use the libXUL SDK at <PFX>],
-  AC_MSG_ERROR([--with-libxul-sdk is not supported anymore.]))
-
 case "$OS_TARGET" in
 WINNT|Darwin|Android)
   MOZ_FOLD_LIBS=1
   ;;
 *)
   MOZ_FOLD_LIBS=
   ;;
 esac