From 90f4e13ae76e4fa5534784b4decb4ca90f0ea8ab Mon Sep 17 00:00:00 2001 From: Stefan Kost Date: Tue, 26 Jun 2007 16:24:20 +0000 Subject: [PATCH] configure.ac: Preserve useful information, thanks Tim. Original commit message from CVS: * configure.ac: Preserve useful information, thanks Tim. --- ChangeLog | 5 +++++ configure.ac | 3 ++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 4137dee..d52d2cc 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2007-06-26 Stefan Kost + + * configure.ac: + Preserve useful information, thanks Tim. + 2007-06-26 Jan Schmidt * plugins/elements/gstmultiqueue.c: (gst_multi_queue_init), diff --git a/configure.ac b/configure.ac index 849f206..13cc232 100644 --- a/configure.ac +++ b/configure.ac @@ -473,7 +473,8 @@ AC_SUBST(PROFILE_CFLAGS) DEPRECATED_CFLAGS="-DGST_DISABLE_DEPRECATED" AC_SUBST(DEPRECATED_CFLAGS) -dnl every flag in GST_OPTION_CFLAGS can be overridden at make time +dnl every flag in GST_OPTION_CFLAGS can be overridden at make time via e.g. +dnl make DEPRECATED_CFLAGS='' GST_OPTION_CFLAGS="\$(ERROR_CFLAGS) \$(DEBUG_CFLAGS) \$(PROFILE_CFLAGS) \$(GCOV_CFLAGS) \$(OPT_CFLAGS) \$(DEPRECATED_CFLAGS)" AC_SUBST(GST_OPTION_CFLAGS) -- 2.7.4