From 4e3b225bb0e3344ca09fe7919dfe703b5d521a6a Mon Sep 17 00:00:00 2001 From: Sean Harmer Date: Sun, 10 Jun 2012 18:23:28 +0100 Subject: Correctly detect blackberry mkspecs as cross-compiling for QNX Change-Id: Ibcede225a0d6e421c086dba3cca5b0fcbeeafa68 Reviewed-by: Stephen Kelly --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure') diff --git a/configure b/configure index e047b64c90..43093634da 100755 --- a/configure +++ b/configure @@ -2370,7 +2370,7 @@ fi case `basename "$XPLATFORM"` in win32-g++*) XPLATFORM_MINGW=yes;; esac case "$XPLATFORM" in linux-g++-maemo) XPLATFORM_MAEMO=yes;; esac -case "$XPLATFORM" in qnx-*) XPLATFORM_QNX=yes;; esac +case "$XPLATFORM" in *qnx-*|*blackberry-*) XPLATFORM_QNX=yes;; esac if [ -d "$PLATFORM" ]; then QMAKESPEC="$PLATFORM" -- cgit v1.2.3