From 5776632762d88a3e90fd81300ca7124ad5ab0f3f Mon Sep 17 00:00:00 2001 From: Tim-Philipp Müller Date: Fri, 22 May 2009 01:10:12 +0100 Subject: m4: fix 'suspicious cache id' warnings and update common to pull in a similar fix. Also check in configure whether the compiler supports do while macros (GLib wants this defined and it is needed to avoid warnings with some c++ compilers apparently). --- configure.ac | 3 +++ 1 file changed, 3 insertions(+) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index efea029f..bfe13151 100644 --- a/configure.ac +++ b/configure.ac @@ -116,6 +116,9 @@ AM_PROG_CC_C_O dnl find an assembler AM_PROG_AS +dnl check if the compiler supports do while(0) macros +AG_GST_CHECK_DOWHILE_MACROS + AC_PATH_PROG(VALGRIND_PATH, valgrind, no) AM_CONDITIONAL(HAVE_VALGRIND, test ! "x$VALGRIND_PATH" = "xno") -- cgit