]> Git Repo - qemu.git/blobdiff - configure
TCG: Move translation block variables to new context inside tcg_ctx: tb_ctx
[qemu.git] / configure
index b7635e4fec9d32d2fdcc1e2b538a272f47b97606..8789324a9b36d943583e0d053d2e1bddb834550f 100755 (executable)
--- a/configure
+++ b/configure
@@ -1180,7 +1180,7 @@ fi
 z_version=`cut -f3 -d. $source_path/VERSION`
 
 if test -z "$werror" ; then
-    if test "$z_version" = "50" -a \
+    if test -d "$source_path/.git" -a \
         "$linux" = "yes" ; then
         werror="yes"
     else
@@ -2388,7 +2388,7 @@ fi
 ##########################################
 # opengl probe, used by milkymist-tmu2
 if test "$opengl" != "no" ; then
-  opengl_libs="-lGL"
+  opengl_libs="-lGL -lX11"
   cat > $TMPC << EOF
 #include <X11/Xlib.h>
 #include <GL/gl.h>
This page took 0.023656 seconds and 4 git commands to generate.