diff options
Diffstat (limited to 'Makeconfig')
-rw-r--r-- | Makeconfig | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Makeconfig b/Makeconfig index 1f0f96e8a3..3832992474 100644 --- a/Makeconfig +++ b/Makeconfig @@ -121,6 +121,9 @@ $(common-objpfx)config.status: $(..)version.h $(..)configure \ echo Try \`configure --help\' for more details. >&2; \ exit 1; fi +# We don't want CPPFLAGS to be exported to the command running configure. +unexport CPPFLAGS + # Get the user's configuration parameters. ifneq ($(wildcard $(..)configparms),) include $(..)configparms |