projects
/
platform
/
upstream
/
gst-plugins-bad.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1047369
)
messing around with buildbot to see where the error is
author
Benjamin Otte
<otte@gnome.org>
Sat, 5 Jun 2004 14:59:42 +0000
(14:59 +0000)
committer
Benjamin Otte
<otte@gnome.org>
Sat, 5 Jun 2004 14:59:42 +0000
(14:59 +0000)
Original commit message from CVS:
messing around with buildbot to see where the error is
configure.ac
patch
|
blob
|
history
diff --git
a/configure.ac
b/configure.ac
index 1f76bd1b39c325e6a3fa7dc621ea99478ba9b55d..ab517b242acb8b700ef5e0fb80673354713ae2bb 100644
(file)
--- 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
])