diff options
author | Paolo Bonzini | 2021-11-05 10:08:43 +0100 |
---|---|---|
committer | Paolo Bonzini | 2021-11-08 12:20:05 +0100 |
commit | 8009da037418d454d4833e7d3c3367f2f4d7244a (patch) | |
tree | e79750e9a135349e17565595e255abe4aaa31346 /configure | |
parent | configure: simplify calls to meson_quote (diff) | |
download | qemu-8009da037418d454d4833e7d3c3367f2f4d7244a.tar.gz qemu-8009da037418d454d4833e7d3c3367f2f4d7244a.tar.xz qemu-8009da037418d454d4833e7d3c3367f2f4d7244a.zip |
configure: preserve CFLAGS, CXXFLAGS and LDFLAGS in config.status
CFLAGS, CXXFLAGS and LDFLAGS influence the tests (for example if they include
-L or -I options), so they should be kept from the invocation of configure
to the subsequent reinvocations via config.status.
Reviewed-by: Thomas Huth <thuth@redhat.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -4057,9 +4057,12 @@ preserve_env AR preserve_env AS preserve_env CC preserve_env CPP +preserve_env CFLAGS preserve_env CXX +preserve_env CXXFLAGS preserve_env INSTALL preserve_env LD +preserve_env LDFLAGS preserve_env LD_LIBRARY_PATH preserve_env LIBTOOL preserve_env MAKE |