diff options
| author | Dan Nicolaescu | 2010-11-20 21:17:19 -0800 |
|---|---|---|
| committer | Dan Nicolaescu | 2010-11-20 21:17:19 -0800 |
| commit | 33726611e7b43838428dff13752535b85d5bda4f (patch) | |
| tree | 4135baba7c5b975792f7a89fe745d0d1a351dd25 /src | |
| parent | 89bb5d15e647e28b07d7164a8c2afa112c6d8f7f (diff) | |
| download | emacs-33726611e7b43838428dff13752535b85d5bda4f.tar.gz emacs-33726611e7b43838428dff13752535b85d5bda4f.zip | |
* configure.in (INLINE): Do not depend on OPTIMIZE, unused.
Diffstat (limited to 'src')
| -rw-r--r-- | src/config.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/config.in b/src/config.in index 8d254cefff5..7d6f052fd4d 100644 --- a/src/config.in +++ b/src/config.in | |||
| @@ -1076,7 +1076,7 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ | |||
| 1076 | /* Don't try to switch on inline handling as detected by AC_C_INLINE | 1076 | /* Don't try to switch on inline handling as detected by AC_C_INLINE |
| 1077 | generally, because even if non-gcc compilers accept `inline', they | 1077 | generally, because even if non-gcc compilers accept `inline', they |
| 1078 | may reject `extern inline'. */ | 1078 | may reject `extern inline'. */ |
| 1079 | #if defined (__GNUC__) && defined (OPTIMIZE) | 1079 | #if defined (__GNUC__) |
| 1080 | #define INLINE __inline__ | 1080 | #define INLINE __inline__ |
| 1081 | #else | 1081 | #else |
| 1082 | #define INLINE | 1082 | #define INLINE |