khenriks / mp3fs

FUSE-based transcoding filesystem from FLAC to MP3
http://khenriks.github.io/mp3fs/
GNU General Public License v3.0
382 stars 46 forks source link

Unportable test(1) operator in configure script. #36

Closed 0-wiz-0 closed 9 years ago

0-wiz-0 commented 9 years ago

The configure script uses, in two places, the '==' comparison operator for test(1), which is only supported by bash, not even by GNU coreutils. Please use '=' instead.

khenriks commented 9 years ago

Thanks for pointing that out; it should be fixed.