summaryrefslogtreecommitdiffstats
path: root/configure
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 13:06:38 +0200
commit68f37a29f911fce5bcdd285b1fc1bc6d4868d78e (patch)
tree98852b6ea7bd2f84d30187c2d76b56ab4f501ae6 /configure
parent805a963d315e2f4b7dacc3e15a8ecf33179b6161 (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
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 5bdf8af730..71f835333f 100755
--- a/configure
+++ b/configure
@@ -8402,7 +8402,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