diff options
author | Benjamin Otte <otte@gnome.org> | 2004-06-05 14:59:42 +0000 |
---|---|---|
committer | Benjamin Otte <otte@gnome.org> | 2004-06-05 14:59:42 +0000 |
commit | 8c5798f28ec14fd6ccdf44adc86753df200ec9be (patch) | |
tree | a0dfee3651f5a229f40f130a2a47ea178995d534 | |
parent | 1047369c8e0f922c22592c4a06cba285d85139ce (diff) | |
download | gst-plugins-bad-8c5798f28ec14fd6ccdf44adc86753df200ec9be.tar.gz gst-plugins-bad-8c5798f28ec14fd6ccdf44adc86753df200ec9be.tar.bz2 gst-plugins-bad-8c5798f28ec14fd6ccdf44adc86753df200ec9be.zip |
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
-rw-r--r-- | configure.ac | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index 1f76bd1b..ab517b24 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 ]) |