emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master 4b4da58: Revert unneeded part of gcc -Og change


From: Paul Eggert
Subject: master 4b4da58: Revert unneeded part of gcc -Og change
Date: Sat, 4 Apr 2020 20:05:11 -0400 (EDT)

branch: master
commit 4b4da58e8c11f639886926018cb0feb964688a97
Author: Paul Eggert <address@hidden>
Commit: Paul Eggert <address@hidden>

    Revert unneeded part of gcc -Og change
    
    * configure.ac (DEFINE_KEY_OPS_AS_MACROS):
    Undo this recent change to configure.ac; it’s not needed.
---
 configure.ac | 7 -------
 1 file changed, 7 deletions(-)

diff --git a/configure.ac b/configure.ac
index 4e34a1c..9907160 100644
--- a/configure.ac
+++ b/configure.ac
@@ -938,13 +938,6 @@ if test "$ac_test_CFLAGS" != set; then
   esac
 fi
 
-case "$GCC, $CFLAGS " in
-  yes,*' -Og '*)
-    AC_DEFINE([DEFINE_KEY_OPS_AS_MACROS], 1,
-      [Define to 1 if key low-level operations should be C macros
-       instead of inline functions.])
-esac
-
 # gl_GCC_VERSION_IFELSE([major], [minor], [run-if-found], [run-if-not-found])
 # ---------------------------------------------------------------------------
 # If $CPP is gcc-MAJOR.MINOR or newer, then run RUN-IF-FOUND.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]