phatina / simple-mtpfs

Simple MTP fuse filesystem driver.
GNU General Public License v2.0
371 stars 45 forks source link

./configure fails #32

Closed caluml closed 9 years ago

caluml commented 10 years ago

Running autogen.sh and then ./configure produces the following error.

checking for FUSE... yes checking for LIBUSB1... yes ./configure: line 4785: syntax error near unexpected token fi' ./configure: line 4785:fi'

Removing the unused "else" at this line fixes the problem.

CentOS 6.5

phatina commented 10 years ago

Thank you for report. Will have a look at this soon.