[beast/stw] configure.in: Added missing ; required on my Debian/unstable for building.
- From: Stefan Westerfeld <stw src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [beast/stw] configure.in: Added missing ; required on my Debian/unstable for building.
- Date: Sat, 17 Oct 2009 13:58:18 +0000 (UTC)
commit e66c8538c336715d715605855d4d5091ace58d6e
Author: Stefan Westerfeld <stefan space twc de>
Date: Sat Oct 17 13:04:34 2009 +0200
configure.in: Added missing ; required on my Debian/unstable for building.
configure.in | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/configure.in b/configure.in
index ab669ef..9685c99 100644
--- a/configure.in
+++ b/configure.in
@@ -530,7 +530,7 @@ if test x"$enable_maintainer_mode" = xyes ; then
if test -z "$PYTHON" || $PYTHON -c "import sys; sys.exit (sys.hexversion >= 0x20401f0)" 2>/dev/null ; then
AC_MSG_ERROR([failed to detect python (version >= 2.4.1) required for maintainer mode])
fi
- test -z "$XMLLINT" && { AC_MSG_ERROR([failed to detect xmllint required for maintainer mode]) }
+ test -z "$XMLLINT" && { AC_MSG_ERROR([failed to detect xmllint required for maintainer mode]); }
else
AC_MSG_RESULT(no)
fi
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]