mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 12:11:13 +00:00
set default errorlevel to NONE. Make configure change it to ERROR (the current value) when running cvs builds. This s...
Original commit message from CVS: set default errorlevel to NONE. Make configure change it to ERROR (the current value) when running cvs builds. This should make releases not output any debugging information at all
This commit is contained in:
parent
30e24a0e90
commit
51ee95fb9a
1 changed files with 6 additions and 0 deletions
|
@ -68,6 +68,12 @@ AC_ISC_POSIX
|
|||
|
||||
AC_HEADER_STDC([])
|
||||
|
||||
dnl define correct errorlevel for debugging messages. We want to have GST_ERROR
|
||||
dnl messages printed when running cvs builds
|
||||
if test "x$GST_CVS" = "xyes"; then
|
||||
AC_DEFINE(GST_LEVEL_DEFAULT, GST_LEVEL_ERROR, [Default errorlevel to use])
|
||||
fi
|
||||
|
||||
dnl ############################################
|
||||
dnl # Super Duper options for plug-in building #
|
||||
dnl ############################################
|
||||
|
|
Loading…
Reference in a new issue