Skip to content

Commit

Permalink
- Changed the configure check for qwt to include qwt6.
Browse files Browse the repository at this point in the history
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12440 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
perost committed Aug 7, 2012
1 parent 671edab commit 06e4cff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configure.in
Expand Up @@ -497,7 +497,7 @@ if test -n "$QMAKE"; then
done
echo $with_qwt | grep -q -- -qt4 && with_qwt_suffix="-qt4"
with_qwt_res=$with_qwt
grep -q 'QWT_VERSION *0x05@<:@0-9@:>@\{4\}$' "$with_qwt/qwt_global.h" || with_qwt="bad"
grep -q 'QWT_VERSION *0x0@<:@5-6@:>@@<:@0-9@:>@\{4\}$' "$with_qwt/qwt_global.h" || with_qwt="bad"
fi

if test x"$with_qwt" = "xno"; then
Expand Down

0 comments on commit 06e4cff

Please sign in to comment.