---
 configure | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configure b/configure
index 5d64337..82877f1 100755
--- a/configure
+++ b/configure
@@ -6569,7 +6569,7 @@ EOF
 
     update_cxxflags
 
-    if do_cxx $QEMU_CXXFLAGS -o $TMPE $TMPCXX $TMPO $QEMU_LDFLAGS; then
+    if do_cxx $CXXFLAGS $QEMU_CXXFLAGS -o $TMPE $TMPCXX $TMPO $QEMU_LDFLAGS; 
then
         # C++ compiler $cxx works ok with C compiler $cc
         :
     else
-- 
1.8.3.1



Reply via email to