AC_SUBST([DCADEC_CFLAGS]) DCADEC_CFLAGS="$OPT_CFLAGS" AC_ARG_ENABLE([gprof],[ --enable-gprof make a version using gprof]) if test x"$enable_gprof" = x"yes"; then AC_DEFINE([DCADEC_GPROF],,[a52dec profiling]) DCADEC_CFLAGS=`echo "$DCADEC_CFLAGS"|sed "s/-fomit-frame-pointer//g"` DCADEC_CFLAGS="$DCADEC_CFLAGS -p" fi