configure.ac: redundant use of AC_MSG_RESULT()

cleaned the redundant use of AC_MSG_RESULT() in configure.ac
This commit is contained in:
Luis de Bethencourt 2011-03-22 12:44:49 +01:00 committed by Sebastian Dröge
parent 29952f7d7f
commit b41cca7f40

View file

@ -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)