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
@ -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", [
|
PKG_CHECK_MODULES(SOUP, libsoup-2.4 >= 2.26, HAVE_SOUP="yes", [
|
||||||
HAVE_SOUP="no"
|
HAVE_SOUP="no"
|
||||||
AC_MSG_RESULT(no)
|
|
||||||
])
|
])
|
||||||
])
|
])
|
||||||
AC_SUBST(SOUP_CFLAGS)
|
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])
|
AC_DEFINE(WAVPACK_OLD_API, 1, [old wavpack API])
|
||||||
],[
|
],[
|
||||||
HAVE_WAVPACK=no
|
HAVE_WAVPACK=no
|
||||||
AC_MSG_RESULT(no)
|
|
||||||
])
|
])
|
||||||
])
|
])
|
||||||
AC_SUBST(WAVPACK_CFLAGS)
|
AC_SUBST(WAVPACK_CFLAGS)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user