diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/Makefile.in | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/Makefile.in b/src/Makefile.in index 1e00ed1ad5a..643a54d2501 100644 --- a/src/Makefile.in +++ b/src/Makefile.in | |||
| @@ -58,6 +58,12 @@ SHELL=/bin/sh | |||
| 58 | #define NOT_C_CODE | 58 | #define NOT_C_CODE |
| 59 | #include "config.h" | 59 | #include "config.h" |
| 60 | 60 | ||
| 61 | /* We won't really call alloca; | ||
| 62 | don't let the file name alloca.c get messed up. */ | ||
| 63 | #ifdef alloca | ||
| 64 | #undef alloca | ||
| 65 | #endif | ||
| 66 | |||
| 61 | /* Use HAVE_X11 as an alias for X11 in this file | 67 | /* Use HAVE_X11 as an alias for X11 in this file |
| 62 | to avoid problems with X11 as a subdirectory name | 68 | to avoid problems with X11 as a subdirectory name |
| 63 | in -I and other such options which pass through this file. */ | 69 | in -I and other such options which pass through this file. */ |