From: kramm Date: Sun, 13 Jul 2008 18:50:43 +0000 (+0000) Subject: make sure that HAVE_OPENGL isn't accidently defined X-Git-Tag: buttons-working~79 X-Git-Url: http://git.asbjorn.biz/?p=swftools.git;a=commitdiff_plain;h=831ced35fd45aa395377d48cc1e21235c38f40f1 make sure that HAVE_OPENGL isn't accidently defined --- 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*