mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-01 21:18:52 +00:00
Removes unnecessary "Sissy" pejorative from configure.ac warning message.
This commit is contained in:
parent
7b596ba6c6
commit
3fd657086f
1 changed files with 1 additions and 1 deletions
|
@ -218,7 +218,7 @@ AM_CONDITIONAL(BUILD_FAILING_TESTS, test "x$BUILD_FAILING_TESTS" = "xyes")
|
|||
if test x$BUILD_FAILING_TESTS = xyes; then
|
||||
AC_MSG_WARN([building tests known to fail, use --disable-failing-tests to disable])
|
||||
else
|
||||
AC_MSG_WARN([Sissy ! By asking to not build the tests known to fail, you hereby waive your right to customer support. If you do not agree with this EULA, please press Ctrl-C before the next line is printed. By allowing the next line to be printed, you expressly acknowledge your acceptance of this EULA.])
|
||||
AC_MSG_WARN([By asking to not build the tests known to fail, you hereby waive your right to customer support. If you do not agree with this EULA, please press Ctrl-C before the next line is printed. By allowing the next line to be printed, you expressly acknowledge your acceptance of this EULA.])
|
||||
fi
|
||||
|
||||
dnl building of benchmarks
|
||||
|
|
Loading…
Reference in a new issue