initial frei0r support
[melted] / src / modules / frei0r / configure
1 #! /bin/sh
2
3 if [ "$help" != "1" ]
4 then
5
6         echo -e "#include <frei0r.h>\n void main(){}\n"| gcc - -E -o /dev/null  >/dev/null 2>&1
7         
8         if [ "$?" = "1" ]
9         then
10                 touch ../disable-frei0r
11                 echo "- frei0r plugin disabled. Install frei0r-plugins and make sure frei0r.h is available." 
12         fi
13
14 fi