diff options
| author | Gerd Moellmann | 2000-11-21 12:23:31 +0000 |
|---|---|---|
| committer | Gerd Moellmann | 2000-11-21 12:23:31 +0000 |
| commit | 464c7d2d76d7e3780f9a3191003d9c7f7b0e8e39 (patch) | |
| tree | 230f2cb5a486ad69325a5ff6c8638f9eca1a1bd1 | |
| parent | ff23e1dd170acbd8c702c5b81465c8b27d903f1f (diff) | |
| download | emacs-464c7d2d76d7e3780f9a3191003d9c7f7b0e8e39.tar.gz emacs-464c7d2d76d7e3780f9a3191003d9c7f7b0e8e39.zip | |
(AC_OUTPUT): Arrange to emit definitions of
GCC and NON_GNU_CPP into config.status.
| -rw-r--r-- | configure.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/configure.in b/configure.in index c62f6c3c305..cfb12611119 100644 --- a/configure.in +++ b/configure.in | |||
| @@ -2304,4 +2304,5 @@ fi | |||
| 2304 | # This is how we know whether to re-run configure in certain cases. | 2304 | # This is how we know whether to re-run configure in certain cases. |
| 2305 | touch src/config.stamp | 2305 | touch src/config.stamp |
| 2306 | 2306 | ||
| 2307 | ], [CPP="$CPP" CPPFLAGS="$CPPFLAGS"]) | 2307 | ], [GCC="$GCC" NON_GNU_CPP="$NON_GNU_CPP" CPP="$CPP" CPPFLAGS="$CPPFLAGS"]) |
| 2308 | |||