[gnome-utils] [build] Fix AS_CASE error condition
- From: Emmanuele Bassi <ebassi src gnome org>
- To: svn-commits-list gnome org
- Subject: [gnome-utils] [build] Fix AS_CASE error condition
- Date: Sun, 26 Apr 2009 11:35:30 -0400 (EDT)
commit d97fa7a59a83a3dc7d4f53e0400b72df74e4227f
Author: Emmanuele Bassi <ebassi gnome org>
Date: Sun Apr 26 16:29:44 2009 +0100
[build] Fix AS_CASE error condition
---
configure.ac | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/configure.ac b/configure.ac
index f6c0fda..b7d251f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -180,7 +180,7 @@ AS_CASE([$enable_debug],
[no],
[GDICT_DEBUG_CFLAGS="-DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -DG_DISABLE_CAST_CHECKS"],
- [AC_MSG_ERROR([Unknown argument to --enable-debug])]
+ [*], [AC_MSG_ERROR([Unknown argument to --enable-debug])]
)
AC_SUBST(GDICT_DEBUG_CFLAGS)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]