From cb293302b7b41af31a2ee468e3bf50204a796675 Mon Sep 17 00:00:00 2001 From: Pawel Kolodziejski Date: Sat, 21 May 2011 17:18:38 +0200 Subject: [PATCH] GRIM: fixed syntax bugs --- configure | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/configure b/configure index 55fc4d839f0..2f239d50598 100755 --- a/configure +++ b/configure @@ -2612,7 +2612,7 @@ if test "$_opengl" = auto || test "$_opengl" = yes ; then case $_host_os in amigaos*) - $OPENGL_CFLAGS="-DMINIGL" + OPENGL_CFLAGS="-DMINIGL" ;; *) ;; @@ -2671,7 +2671,6 @@ EOF if cc_check_no_clean $DEFINES $OPENGL_CFLAGS $OPENGL_LIBS then _opengl=yes - break fi fi cc_check_clean