[banshee/gio-hardware] Remove bad/unnecessary AM_CONDITIONAL call
- From: Alex Launi <alexlauni src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [banshee/gio-hardware] Remove bad/unnecessary AM_CONDITIONAL call
- Date: Thu, 5 Aug 2010 09:32:15 +0000 (UTC)
commit d97b9a031d0c54b678d512c74c3aa2f443432ed1
Author: Aaron Bockover <abockover novell com>
Date: Wed Jul 21 18:13:04 2010 -0400
Remove bad/unnecessary AM_CONDITIONAL call
It was causing build problems for some people.
I have no idea what AM_CONDITIONAL(ENABLE_SK, false) was for, but it was
improperly implemented (since it was only called condtionally, so
ENABLE_SK may be left undefined), and nothing that I can see actually
used that conditional to begin with.
build/m4/shamrock/gnome-doc.m4 | 2 --
1 files changed, 0 insertions(+), 2 deletions(-)
---
diff --git a/build/m4/shamrock/gnome-doc.m4 b/build/m4/shamrock/gnome-doc.m4
index 3f5f638..e76498b 100644
--- a/build/m4/shamrock/gnome-doc.m4
+++ b/build/m4/shamrock/gnome-doc.m4
@@ -14,8 +14,6 @@ AC_DEFUN([SHAMROCK_CHECK_GNOME_DOC_UTILS],
if test "x$enable_user_help" = "xyes"; then
GNOME_DOC_INIT([$1], enable_user_help=yes, enable_user_help=no)
- else
- AM_CONDITIONAL(ENABLE_SK, false)
fi
AM_CONDITIONAL(HAVE_GNOME_DOC_UTILS, test "x$enable_user_help" = "xyes")
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]