]> git.sesse.net Git - mlt/commitdiff
frei0r/configure: removed unneeded newlines
authorblendamedt <blendamedt@d19143bc-622f-0410-bfdd-b5b2a6649095>
Mon, 28 Jul 2008 06:39:59 +0000 (06:39 +0000)
committerblendamedt <blendamedt@d19143bc-622f-0410-bfdd-b5b2a6649095>
Mon, 28 Jul 2008 06:39:59 +0000 (06:39 +0000)
git-svn-id: https://mlt.svn.sourceforge.net/svnroot/mlt/trunk/mlt@1165 d19143bc-622f-0410-bfdd-b5b2a6649095

src/modules/frei0r/configure

index 5c46a7da6ad56e6c4534f81238fb51da1bb54e02..73757a468def86fc5a5191470306eddec29f9533 100755 (executable)
@@ -3,7 +3,7 @@
 if [ "$help" != "1" ]
 then
 
-       echo -e "#include <frei0r.h>\n int main(){ f0r_plugin_info_t test; test.name;return 0;}\n"| gcc $CFLAGS -c -o test1 -x c -  >/dev/null 2>&1
+       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