Skip to content

Commit

Permalink
Add fedora's qwt path to default search
Browse files Browse the repository at this point in the history
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@15137 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
choeger committed Feb 11, 2013
1 parent 1917065 commit a16fea9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configure.in
Expand Up @@ -541,7 +541,7 @@ if test -n "$QMAKE"; then
if test x"$with_qwt" = "xyes"; then
with_qwt_checked=""
with_qwt_suffix=""
for f in {/usr,/opt,$PREFIX}/include/{qwt5,qwt,qwt-qt4}/; do
for f in {/usr,/opt,$PREFIX}/include/{qwt5,qwt,qwt-qt4,qwt5-qt4}/; do
test -f "$f/qwt.h" && with_qwt="$f" || with_qwt_checked="$with_qwt_checked $f"
done
if grep -q 'QWT_VERSION *0x05@<:@0-9@:>@\{4\}$' "$with_qwt/qwt_global.h"; then
Expand Down

0 comments on commit a16fea9

Please sign in to comment.