summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2007-09-26 14:01:44 +0000
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2007-09-26 14:01:44 +0000
commit61bb5e6ea651b3cb83c82b0263265a94ecc43151 (patch)
treeee05b0da43428770a2277e023af86d1e4f3650ed
parent09d81381b41df9cccbf715ac8c689aa7475321de (diff)
Remove false comment from configure.ac
-rw-r--r--configure.ac2
1 files changed, 0 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index c1e770594..081f1c690 100644
--- a/configure.ac
+++ b/configure.ac
@@ -136,8 +136,6 @@ AC_SUBST(DBUS_SERVICES_DIR)
AC_DEFINE_UNQUOTED(DBUS_SERVICES_DIR, "$DBUS_SERVICES_DIR", [DBus services directory])
dnl Check for code generation tools
-dnl - not actually needed in this release, but they'll be needed again
-dnl when the OLPC branch is merged
XSLTPROC=
AC_CHECK_PROGS([XSLTPROC], [xsltproc])
if test -z "$XSLTPROC"; then