# HG changeset patch # User Mike Hommey # Date 1547212394 0 # Node ID 8bb28e41610207c5c3a1dce892a1bb387b1dda94 # Parent b4579c8008b82e80fae0c2e901349c4fa52e4022 Bug 1519310 - Remove NSS_DISABLE_LIBPKIX. r=dmajor It was used to disable libpkix in NSS when NSS was built with its Makefiles, but it's now built with gyp, and this knob does nothing. The equivalent is the gyp variable disable_libpkix, which is set in security/moz.build. Depends on D16285 Differential Revision: https://phabricator.services.mozilla.com/D16286 diff --git a/old-configure.in b/old-configure.in --- a/old-configure.in +++ b/old-configure.in @@ -3563,20 +3563,16 @@ HAVE_SYS_STATVFS_H HAVE_SYS_STATFS_H HAVE_SYS_VFS_H HAVE_SYS_MOUNT_H " # Avoid using obsolete NSPR features AC_DEFINE(NO_NSPR_10_SUPPORT) -# Don't build NSS libpkix -NSS_DISABLE_LIBPKIX=1 -AC_SUBST(NSS_DISABLE_LIBPKIX) - MOZ_CREATE_CONFIG_STATUS() unset MAKEFILES unset CONFIG_FILES if test "$COMPILE_ENVIRONMENT" -a "$MOZ_WIDGET_TOOLKIT"; then