Rough file addition and cleanup. Not yet ready for use.
[melted] / src / modules / dv / configure
diff --git a/src/modules/dv/configure b/src/modules/dv/configure
deleted file mode 100755 (executable)
index 6712ea6..0000000
+++ /dev/null
@@ -1,17 +0,0 @@
-#!/bin/sh
-
-if [ "$help" != "1" ]
-then
-
-       pkg-config libdv 2> /dev/null
-       disable_libdv=$?
-
-       if [ "$disable_libdv" != "0" ]
-       then
-               echo "- libdv not found: disabling"
-               touch ../disable-dv
-               exit 0
-       fi
-
-fi
-