summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorJörg Frings-Fürst <debian@jff-webhosting.net>2016-06-26 08:39:49 +0200
committerJörg Frings-Fürst <debian@jff-webhosting.net>2016-06-26 08:39:49 +0200
commit29a7aef998e975b42401cfa96d1b750d91eadf06 (patch)
treeeda2bdff398789ea2358cc39986dd1f7ee9d027a /configure
parent4e10e30c2f99d552239871aa1b27a08a6c18f1a4 (diff)
Imported Upstream version 0.23.2upstream/0.23.2
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure17
1 files changed, 0 insertions, 17 deletions
diff --git a/configure b/configure
index da96968..78a07cb 100755
--- a/configure
+++ b/configure
@@ -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