From: Benjamin Otte Date: Sat, 5 Jun 2004 14:59:42 +0000 (+0000) Subject: messing around with buildbot to see where the error is X-Git-Tag: 1.19.3~509^2~14708 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=74ab17f7efe9309d3973c27bbd21d129f93a083b;p=platform%2Fupstream%2Fgstreamer.git messing around with buildbot to see where the error is Original commit message from CVS: messing around with buildbot to see where the error is --- diff --git a/configure.ac b/configure.ac index 1f76bd1..ab517b2 100644 --- a/configure.ac +++ b/configure.ac @@ -1074,7 +1074,7 @@ translit(dnm, m, l) AM_CONDITIONAL(USE_KIO, true) GST_CHECK_FEATURE(KIO, [kio], kio, [ AC_PATH_PROG(KDE_MOC, moc, no) if test x$KDE_MOC = xno; then - HAVE_KIO="false" + HAVE_KIO="no" else AC_PATH_PROG(KDE_CONFIG, kde-config, no) @@ -1128,7 +1128,7 @@ GST_CHECK_FEATURE(KIO, [kio], kio, [ AC_SUBST(KIO_CFLAGS) AC_SUBST(KIO_LIBS) else - HAVE_KIO="false" + HAVE_KIO="no" fi fi ])