--- /var/tmp/portage/media-gfx/gphoto2-2.4.0/work/gphoto2-2.4.0/configure 2007-07-30 02:49:04.000000000 +0200 +++ configure 2008-02-11 13:59:12.000000000 +0100 @@ -22341,7 +22341,7 @@ { echo "$as_me:$LINENO: checking for libgphoto2 version according to gphoto2-config" >&5 echo $ECHO_N "checking for libgphoto2 version according to gphoto2-config... $ECHO_C" >&6; } - _LIBGPHOTO2_COMPN="-lt" + _LIBGPHOTO2_COMPN="-ge" # split requested version number using m4 regexps _LIBGPHOTO2_REQ_1="2" _LIBGPHOTO2_REQ_2="3" @@ -22355,12 +22355,12 @@ _LIBGPHOTO2_VER_4="$(echo "${_LIBGPHOTO2_VERSION}" | sed 's/\([0-9]*\)\.\([0-9]*\)\.\([0-9]*\)\(.*\)/\4/g')" { echo "$as_me:$LINENO: result: ${_LIBGPHOTO2_VERSION}" >&5 echo "${ECHO_T}${_LIBGPHOTO2_VERSION}" >&6; } - _tmp=false - if test "${_LIBGPHOTO2_VER_1}" "${_LIBGPHOTO2_COMPN}" "${_LIBGPHOTO2_REQ_1}"; then _tmp=true; - elif test "${_LIBGPHOTO2_VER_2}" "${_LIBGPHOTO2_COMPN}" "${_LIBGPHOTO2_REQ_2}"; then _tmp=true; - elif test "${_LIBGPHOTO2_VER_3}" "${_LIBGPHOTO2_COMPN}" "${_LIBGPHOTO2_REQ_3}"; then _tmp=true; - elif test "x${_LIBGPHOTO2_VER_4}" = "x" && test "x${_LIBGPHOTO2_REQ_4}" != "x"; then _tmp=true; - elif test "${_LIBGPHOTO2_VER_4}" "${_LIBGPHOTO2_COMPN}" "${_LIBGPHOTO2_REQ_4}"; then _tmp=true; + _tmp=true + if test "${_LIBGPHOTO2_VER_1}" "${_LIBGPHOTO2_COMPN}" "${_LIBGPHOTO2_REQ_1}"; then _tmp=false; + elif test "${_LIBGPHOTO2_VER_2}" "${_LIBGPHOTO2_COMPN}" "${_LIBGPHOTO2_REQ_2}"; then _tmp=false; + elif test "${_LIBGPHOTO2_VER_3}" "${_LIBGPHOTO2_COMPN}" "${_LIBGPHOTO2_REQ_3}"; then _tmp=false; + elif test "x${_LIBGPHOTO2_VER_4}" = "x" && test "x${_LIBGPHOTO2_REQ_4}" != "x"; then _tmp=false; + elif test "${_LIBGPHOTO2_VER_4}" "${_LIBGPHOTO2_COMPN}" "${_LIBGPHOTO2_REQ_4}"; then _tmp=false; fi { echo "$as_me:$LINENO: checking if libgphoto2 version is matching requirement >= 2.3.1.3.trunk" >&5 echo $ECHO_N "checking if libgphoto2 version is matching requirement >= 2.3.1.3.trunk... $ECHO_C" >&6; }