diff options
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/configure.in b/configure.in index d815137..ebf65dc 100644 --- a/configure.in +++ b/configure.in @@ -335,6 +335,9 @@ AC_SUBST_FILE(MAINT_MAKEFILE) # Allow building with dmalloc AM_WITH_DMALLOC +# Forcibly disable SET_MAKE. If it's set it breaks things like the test +# scripts, etc. +SET_MAKE= # Sanity check and inform the user of what we found |