From 801450dfa3a9202c11d575ea8657e698e8092346 Mon Sep 17 00:00:00 2001 From: Gunnar Sletta Date: Wed, 17 Aug 2011 08:16:56 +0200 Subject: Make configure work again.. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I40d840c079a89fd127cf2d8ab97c1f8f3cb6525f Reviewed-on: http://codereview.qt.nokia.com/3065 Reviewed-by: Qt Sanity Bot Reviewed-by: Morten Johan Sørvig --- configure | 1 + 1 file changed, 1 insertion(+) diff --git a/configure b/configure index e731e20496..441989566b 100755 --- a/configure +++ b/configure @@ -6315,6 +6315,7 @@ if [ "$PLATFORM_QWS" = "yes" ]; then CFG_EGL=auto if "$unixtests/compile.test" "$XQMAKESPEC" "$QMAKE_CONFIG" $OPT_VERBOSE "$relpath" "$outpath" config.tests/unix/opengles2 "OpenGL ES 2.x" $L_FLAGS $I_FLAGS $l_FLAGS; then CFG_OPENGL=es2 + fi elif [ "$CFG_OPENGL" = "es2" ]; then #OpenGL ES 2.x "$unixtests/compile.test" "$XQMAKESPEC" "$QMAKE_CONFIG" $OPT_VERBOSE "$relpath" "$outpath" config.tests/unix/opengles2 "OpenGL ES 2.x" $L_FLAGS $I_FLAGS $l_FLAGS -- cgit v1.2.3