"configure" line 3515 of 9200 To not get the "echo "Sorry, can't use GPHOTO2"" I had to modify configure.
Maybe "gphoto2-config --version" used to give "gphoto2*" but it must have been
changed to give "libgphoto2*".
GPVERSION=`gphoto2-config --version`
case "$GPVERSION" in
"gphoto2 2.0" | \
"gphoto2 2.1.0" | \
"gphoto2 2.0.1"* | \
/* added */ "libgphoto2 2.1.1dev6" \
)
----------------------------------------
>From Mozilla and GNU/Linux
