summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEdward Hervey <edward@collabora.com>2014-02-20 21:08:08 +0100
committerSebastian Dröge <sebastian@centricular.com>2014-02-23 10:44:27 +0100
commit5a9568e6f972948b08314ddd7264fbf277dd7373 (patch)
tree7897bdf2953e92f89f634c00f6f4caff803a0d09
parent0f385288e4349dbe9b82599ef227f026ee1e6d14 (diff)
m4: Remove extra check for 11+ year old a52 release1.2
You deserve a build failure if you still have that version If someone wants to completely remove this m4 to replace it with the generic AS_GST_CHECK_LIBHEADER() it would be appreciated.
-rw-r--r--m4/a52.m417
1 files changed, 0 insertions, 17 deletions
diff --git a/m4/a52.m4 b/m4/a52.m4
index 00e1f705..33594bc9 100644
--- a/m4/a52.m4
+++ b/m4/a52.m4
@@ -91,23 +91,6 @@ main ()
if test "x$HAVE_A52DEC" = "xno"; then
echo "*** Your a52dec is borked somehow. Please update to 0.7.4 or newer."
- else
- AC_TRY_RUN([
-#include <inttypes.h>
-#include <a52dec/a52.h>
-
-int
-main ()
-{
- int i = sizeof (a52_state_t);
- if ( i )
- return 0;
-}
- ],, HAVE_A52DEC=no, [echo $ac_n "cross compiling; assumed OK... $ac_c"])
-
- if test "x$HAVE_A52DEC" = "xno"; then
- echo "*** Your a52dec is too old. Please update to 0.7.4 or newer."
- fi
fi
CFLAGS="$ac_save_CFLAGS"
LIBS="$ac_save_LIBS"