mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-22 14:06:23 +00:00
configure.ac: redundant uses of AC_MSG_RESULT()
cleaned the redundant uses of AC_MSG_RESULT() in configure.ac
This commit is contained in:
parent
0f5ff4a8f5
commit
08daffdebe
1 changed files with 0 additions and 2 deletions
|
@ -927,7 +927,6 @@ AG_GST_CHECK_FEATURE(SOUP, [soup http client plugin (2.4)], souphttpsrc, [
|
|||
],[
|
||||
PKG_CHECK_MODULES(SOUP, libsoup-2.4 >= 2.26, HAVE_SOUP="yes", [
|
||||
HAVE_SOUP="no"
|
||||
AC_MSG_RESULT(no)
|
||||
])
|
||||
])
|
||||
AC_SUBST(SOUP_CFLAGS)
|
||||
|
@ -1004,7 +1003,6 @@ AG_GST_CHECK_FEATURE(WAVPACK, [wavpack plug-in], wavpack, [
|
|||
AC_DEFINE(WAVPACK_OLD_API, 1, [old wavpack API])
|
||||
],[
|
||||
HAVE_WAVPACK=no
|
||||
AC_MSG_RESULT(no)
|
||||
])
|
||||
])
|
||||
AC_SUBST(WAVPACK_CFLAGS)
|
||||
|
|
Loading…
Reference in a new issue