diff options
author | Richard M. Stallman <rms@gnu.org> | 1994-06-16 02:30:39 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1994-06-16 02:30:39 +0000 |
commit | 4a73e687bafe15410b40709914ab62b887074c91 (patch) | |
tree | cad28918c0024c4e67058a5bd1432ea8f111e3a2 /configure1.in | |
parent | a46b893b1224c20931249a53266fedf94b04b0c3 (diff) | |
download | emacs-4a73e687bafe15410b40709914ab62b887074c91.tar.gz |
Define THIS_IS_CONFIGURE when extracting CFLAGS etc.
Diffstat (limited to 'configure1.in')
-rwxr-xr-x | configure1.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configure1.in b/configure1.in index 5aa87b99578..a36b34ecbc3 100755 --- a/configure1.in +++ b/configure1.in @@ -1329,6 +1329,7 @@ echo " - whether the GNU malloc routines are usable." tempcname="conftest.c" echo ' +#define THIS_IS_CONFIGURE #include "'${srcdir}'/src/'${opsysfile}'" #include "'${srcdir}'/src/'${machfile}'" #ifndef LIBS_MACHINE |