[tasque/xbuild] [autotools] Remove obsolete enable_debug subst



commit 70a086851eee8e89111ecae4ee63732f17a57f16
Author: Antonius Riha <antoniusriha gmail com>
Date:   Tue Sep 18 20:14:34 2012 +0200

    [autotools] Remove obsolete enable_debug subst

 configure.ac |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 74d5e9d..4f5cb01 100644
--- a/configure.ac
+++ b/configure.ac
@@ -99,7 +99,6 @@ AC_SUBST(appindicator)
 AC_ARG_ENABLE(debug, AC_HELP_STRING([--enable-debug], [Use 'Debug' Configuration [default=no]]),
 	enable_debug=$enableval, enable_debug=no)
 AM_CONDITIONAL(ENABLE_DEBUG, test "x$enable_debug" != "xno")
-AC_SUBST(enable_debug)
 
 
 #



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]