mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-19 14:56:36 +00:00
configure.ac: redundant use of AC_MSG_RESULT()
cleaned the redundant use of AC_MSG_RESULT() in configure.ac
This commit is contained in:
parent
29952f7d7f
commit
b41cca7f40
1 changed files with 0 additions and 1 deletions
|
@ -731,7 +731,6 @@ AG_GST_CHECK_FEATURE(GIO, [GIO library], gio, [
|
|||
[The GIO library directory.])
|
||||
], [
|
||||
HAVE_GIO="no"
|
||||
AC_MSG_RESULT(no)
|
||||
])
|
||||
AC_SUBST(GIO_CFLAGS)
|
||||
AC_SUBST(GIO_LIBS)
|
||||
|
|
Loading…
Reference in a new issue