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)
This commit is contained in:
Paul Olav Tvete 2011-05-11 12:32:46 +02:00
parent 587f7f753a
commit df4d7f1811

2
configure vendored
View File

@ -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