diff options
-rw-r--r-- | m4/gst-ivorbis.m4 | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/m4/gst-ivorbis.m4 b/m4/gst-ivorbis.m4 index 9acbe291..2d29de76 100644 --- a/m4/gst-ivorbis.m4 +++ b/m4/gst-ivorbis.m4 @@ -47,12 +47,7 @@ dnl #include <stdlib.h> #include <string.h> #include <tremor/codec.h> - -int main () -{ -} - -],, no_ivorbis=yes,[echo $ac_n "cross compiling; assumed OK... $ac_c"]) +],,, no_ivorbis=yes) CFLAGS="$ac_save_CFLAGS" LIBS="$ac_save_LIBS" fi |