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
@ -731,7 +731,6 @@ AG_GST_CHECK_FEATURE(GIO, [GIO library], gio, [
|
|||||||
[The GIO library directory.])
|
[The GIO library directory.])
|
||||||
], [
|
], [
|
||||||
HAVE_GIO="no"
|
HAVE_GIO="no"
|
||||||
AC_MSG_RESULT(no)
|
|
||||||
])
|
])
|
||||||
AC_SUBST(GIO_CFLAGS)
|
AC_SUBST(GIO_CFLAGS)
|
||||||
AC_SUBST(GIO_LIBS)
|
AC_SUBST(GIO_LIBS)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user