Skip to content

Commit

Permalink
Fix compilation of Qt module
Browse files Browse the repository at this point in the history
  • Loading branch information
j-b-m authored and ddennedy committed Dec 13, 2017
1 parent 1556eb6 commit ea973eb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/modules/qt/configure
Expand Up @@ -61,9 +61,9 @@ else

echo > config.mak

if $(echo $qt_version | awk 'if ($0 + 0 > 5.6) exit 0; else exit 1')
if $(echo $qt_version | awk '{if ($0 + 0 > 5.6) exit 0; else exit 1;}')
then
echo USE_CPP11 >> config.mak
echo "USE_CPP11=1" >> config.mak
fi

pkg-config --exists 'libexif'
Expand Down

0 comments on commit ea973eb

Please sign in to comment.