Skip to content

Commit

Permalink
Fix fftw-wisdom-to-conf
Browse files Browse the repository at this point in the history
Apparently we broke fftw-wisdom-to-conf many years ago and nobody
noticed.  Thanks Florian Oppermann for the bug report.
  • Loading branch information
matteo-frigo committed Jul 11, 2013
1 parent c74775b commit f230f8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/fftw-wisdom-to-conf.in
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ fi
read preamble fftw_wisdom

case "$preamble $fftw_wisdom" in
\(@PACKAGE@-@VERSION@\ *_wisdom)
\(@PACKAGE@-@VERSION@\ *_wisdom*)
prefix=`echo $fftw_wisdom | cut -d_ -f1`_
;;
*)
Expand Down

0 comments on commit f230f8c

Please sign in to comment.