X-Git-Url: https://git.hcoop.net/bpt/emacs.git/blobdiff_plain/696056c280e0e4a03e12d8d53f692c015ff19217..845ca893904e4664063cb5c121b34925386849f7:/configure.in diff --git a/configure.in b/configure.in index 4c3316a0d3..1115486b2e 100644 --- a/configure.in +++ b/configure.in @@ -3536,13 +3536,6 @@ AH_BOTTOM([ #include #include -#if defined __GNUC__ && (__GNUC__ > 2 \ - || (__GNUC__ == 2 && __GNUC_MINOR__ >= 5)) -#define NO_RETURN __attribute__ ((__noreturn__)) -#else -#define NO_RETURN /* nothing */ -#endif - #if __GNUC__ >= 3 /* On GCC 3.0 we might get a warning. */ #define NO_INLINE __attribute__((noinline)) #else