Skip to content

Commit

Permalink
fixing broken qcdloop-config --version reported in issue #7
Browse files Browse the repository at this point in the history
  • Loading branch information
scarrazza committed Oct 8, 2018
1 parent ccab1ec commit 7544750
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/qcdloop-config.in
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,6 @@ test -n "$tmp" && OUT="$OUT -L@libdir@ -lqcdloop -lquadmath"

## Version
tmp=$( echo "$*" | egrep -- '--\<version\>')
test -n "$tmp" && OUT="$OUT @PACKAGE_VERSION@"
test -n "$tmp" && OUT="$OUT @VERSION@"

echo $OUT

0 comments on commit 7544750

Please sign in to comment.