From 8a62355600845fdec4bba3a5a1e18683972a2953 Mon Sep 17 00:00:00 2001 From: Matthias Ringwald Date: Fri, 4 Apr 2008 00:42:57 +0100 Subject: List OpenGL if detected A typo in the tests prevents listing of " - OpenGL" as enabled output plugins if OpenGL & GLU but not GLUT is detected. --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index d4a817025..be32b1cf5 100644 --- a/configure.ac +++ b/configure.ac @@ -3031,7 +3031,7 @@ if test "x$no_x" != "xyes"; then echo " - XvMC (XVideo motion compensation)" fi if test "x$ac_have_opengl" = "xyes" -a "x$ac_have_glut" = "xyes" -o \ - x$"ac_have_opengl" = "xyes" -a "x$ac_have_glu" = "xyes"; then + "x$ac_have_opengl" = "xyes" -a "x$ac_have_glu" = "xyes"; then echo " - OpenGL" fi if test "x$ac_have_sunfb" = "xyes"; then -- cgit v1.2.3