summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorMark Brand <mabrand@mabrand.nl>2010-06-09 08:43:14 (GMT)
committerOswald Buddenhagen <oswald.buddenhagen@nokia.com>2010-06-09 08:43:14 (GMT)
commit3a72a4004fc7aaa610ac8ef988371ae37a99630a (patch)
tree1af6263222bad20842b14c5a3c82fb6654aab901 /configure
parent7fb445a5cbfb24a7846270ef8da63362c6b6f84d (diff)
downloadQt-3a72a4004fc7aaa610ac8ef988371ae37a99630a.zip
Qt-3a72a4004fc7aaa610ac8ef988371ae37a99630a.tar.gz
Qt-3a72a4004fc7aaa610ac8ef988371ae37a99630a.tar.bz2
minor cosmetic improvements
Made whitespace and case more consistent. Merge-request: 2407 Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure b/configure
index 1980cf1..663faf9 100755
--- a/configure
+++ b/configure
@@ -4668,7 +4668,7 @@ if [ "$CFG_IWMMXT" = "yes" ]; then
fi
# detect neon support
-if ([ "$CFG_ARCH" = "arm" ] || [ "$CFG_ARCH" = "armv6" ]) && [ "${CFG_NEON}" = "auto" ]; then
+if ( [ "$CFG_ARCH" = "arm" ] || [ "$CFG_ARCH" = "armv6" ] ) && [ "${CFG_NEON}" = "auto" ]; then
if "$unixtests/compile.test" "$XQMAKESPEC" "$QMAKE_CONFIG" $OPT_VERBOSE "$relpath" "$outpath" config.tests/unix/neon "neon" $L_FLAGS $I_FLAGS $l_FLAGS "-mfpu=neon"; then
CFG_NEON=yes
else
@@ -5354,7 +5354,7 @@ if [ "$PLATFORM_X11" = "yes" -o "$PLATFORM_QWS" = "yes" ]; then
fi
fi # X11/QWS
-# x11
+# X11
if [ "$PLATFORM_X11" = "yes" ]; then
x11tests="$relpath/config.tests/x11"
X11TESTS_FLAGS=