diff options
author | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2016-06-26 08:40:03 +0200 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2016-06-26 08:40:03 +0200 |
commit | 386403d8a5de83642598d811b6a6a5c40cce51c0 (patch) | |
tree | abdcc42a870fa2becbf189a67e42d9b1c63a8ee1 /configure | |
parent | 5db2423befaf4834bb8bd9ae297817debdaa3b78 (diff) | |
parent | 29a7aef998e975b42401cfa96d1b750d91eadf06 (diff) |
Merge tag 'upstream/0.23.2'
Upstream version 0.23.2
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 17 |
1 files changed, 0 insertions, 17 deletions
@@ -174,23 +174,6 @@ do shift done -# detect version of libgphoto2 the compilation host has installed -pkg-config --atleast-version 2.5 libgphoto2 -if [ $? == 1 ] -then - pkg-config --atleast-version 2.4 libgphoto2 - if [ $? == 1 ] - then - printf "No compatible libGPhoto installation found. Configuration cannot continue.\n"; - exit 1 - else - printf "Detected libGPhoto 2.4.x - using default code path.\n"; - fi -else - printf "Detected libGPhoto 2.5.x - using 2.5-aware code path.\n"; - variables="${variables}WITH_GPHOTO_25=1\n" -fi - rm -f $CONFIG_IN if [ $variables ] then |