]> git.proxmox.com Git - mirror_qemu.git/blobdiff - configure
Fix a typo in fpsub32
[mirror_qemu.git] / configure
index 0868ade64987112b4c66856c6130f9d128761282..a166133ab685415546ea9bea4a363e90a4169a9f 100755 (executable)
--- a/configure
+++ b/configure
@@ -346,7 +346,7 @@ for opt do
 done
 
 # default flags for all hosts
-CFLAGS="$CFLAGS -Wall -O2 -g -fno-strict-aliasing"
+CFLAGS="$CFLAGS -Wall -Wundef -O2 -g -fno-strict-aliasing"
 LDFLAGS="$LDFLAGS -g"
 if test "$werror" = "yes" ; then
 CFLAGS="$CFLAGS -Werror"