From 21019539fb0d2cc2db3d16c069fd38dec670c177 Mon Sep 17 00:00:00 2001 From: Donald Carr Date: Thu, 7 Jun 2012 08:34:33 +0000 Subject: [PATCH] Fix eglfs regression in configure XPLATFORM_QNX was never explicitly set, yet the tests which evaluate it assume that it is. Change-Id: If97d2ee1f4432ada0c68e36348bf5bec85f94e43 Reviewed-by: Sean Harmer Reviewed-by: Girish Ramakrishnan --- configure | 1 + 1 file changed, 1 insertion(+) diff --git a/configure b/configure index d74eb10723..9c9436c86a 100755 --- a/configure +++ b/configure @@ -786,6 +786,7 @@ QCONFIG_FLAGS= XPLATFORM= # This seems to be the QMAKESPEC, like "linux-g++" XPLATFORM_MINGW=no # Whether target platform is MinGW (win32-g++*) XPLATFORM_MAEMO=no +XPLATFORM_QNX=no PLATFORM=$QMAKESPEC QT_CROSS_COMPILE=no OPT_CONFIRM_LICENSE=no