Rough file addition and cleanup. Not yet ready for use.
[melted] / src / modules / frei0r / configure
diff --git a/src/modules/frei0r/configure b/src/modules/frei0r/configure
deleted file mode 100755 (executable)
index 73757a4..0000000
+++ /dev/null
@@ -1,14 +0,0 @@
-#! /bin/sh
-
-if [ "$help" != "1" ]
-then
-
-       echo "#include <frei0r.h> int main(){ f0r_plugin_info_t test; test.name;return 0;}"| gcc $CFLAGS -c -x c -  >/dev/null 2>&1
-
-       if [ "$?" = "1" ]
-       then
-               touch ../disable-frei0r
-               echo "- frei0r plugin disabled. Install frei0r-plugins and make sure frei0r.h is available." 
-       fi
-
-fi