From: Phillip Lord Date: Mon, 24 Aug 2020 21:44:21 +0000 (+0100) Subject: Fix error in GMP test X-Git-Tag: emacs-27.1.90~176 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=44104a607a;p=emacs.git Fix error in GMP test * etc/w32-feature.el: Update to use system-configuration-features for GMP test. --- diff --git a/etc/w32-feature.el b/etc/w32-feature.el index 458a24350d0..3c0f74175cf 100644 --- a/etc/w32-feature.el +++ b/etc/w32-feature.el @@ -53,7 +53,7 @@ (ert-deftest feature-gmp () (should - (string-match-p "GMP" system-configuration-options))) + (string-match-p "GMP" system-configuration-features))) (ert-deftest feature-module () (should (fboundp 'module-load)))