]> git.eshelyaron.com Git - emacs.git/commitdiff
Revert unneeded part of gcc -Og change
authorPaul Eggert <eggert@cs.ucla.edu>
Sun, 5 Apr 2020 00:04:23 +0000 (17:04 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Sun, 5 Apr 2020 00:05:05 +0000 (17:05 -0700)
* configure.ac (DEFINE_KEY_OPS_AS_MACROS):
Undo this recent change to configure.ac; it’s not needed.

configure.ac

index 4e34a1cc10c7f4f70e04dce9e0f8401bbd68a491..9907160482e5b44be6b72eaed68f4da47da1479e 100644 (file)
@@ -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.