From 831ced35fd45aa395377d48cc1e21235c38f40f1 Mon Sep 17 00:00:00 2001 From: kramm Date: Sun, 13 Jul 2008 18:50:43 +0000 Subject: [PATCH] make sure that HAVE_OPENGL isn't accidently defined --- m4/opengl.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/m4/opengl.m4 b/m4/opengl.m4 index c942d95..fce4352 100644 --- a/m4/opengl.m4 +++ b/m4/opengl.m4 @@ -41,7 +41,7 @@ if { (eval echo opengl.m4:71: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && tes else echo "configure: failed program was:" >&5 cat conftest.c >&5 - HAVE_OPENGL=0 + HAVE_OPENGL= AC_MSG_RESULT(no) fi rm -f conftest* -- 1.7.10.4