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 | da9c96736ec2a3ac070e5a949bf737ade3df560a (patch) | |
tree | 462436e3282e766561b07d100ea827c238dc1ce7 /configure1.in | |
parent | 18b58210cb0e6ce7da635226a30a8458fba1d634 (diff) | |
download | emacs-da9c96736ec2a3ac070e5a949bf737ade3df560a.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 |