summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul Olav Tvete <paul.tvete@nokia.com>2011-05-11 12:32:46 +0200
committerPaul Olav Tvete <paul.tvete@nokia.com>2011-05-11 15:15:47 +0200
commitdf4d7f18111420d05276312627c64c82c334e2a6 (patch)
treeb8ebee6b49adacfff49340ddd24a0589bd597f41
parent587f7f753a97ecf5b9c5b2ee7e562699331010bc (diff)
Fix GLES2 include path for applications when not using the dash shell
Backslash escapes normally requires "-e" option to echo Reviewed-by: Jørgen (cherry picked from commit 68f37a29f911fce5bcdd285b1fc1bc6d4868d78e)
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index baa94cc1ba..6465146ebd 100755
--- a/configure
+++ b/configure
@@ -8438,7 +8438,7 @@ if [ -n "$QT_CFLAGS_FPU" ]; then
fi
if [ -n "$QMAKE_INCDIR_OPENGL_ES2" ]; then
- echo "\n#Qt opengl include path" >> "$QTCONFIG.tmp"
+ echo "#Qt opengl include path" >> "$QTCONFIG.tmp"
echo "QMAKE_INCDIR_OPENGL_ES2 = \"$QMAKE_INCDIR_OPENGL_ES2\"" >> "$QTCONFIG.tmp"
fi