[PATCH grilo-plugins] configure.ac: remove unistalled and debug support
- From: Víctor Manuel Jáquez Leal <vjaquez igalia com>
- To: grilo-list gnome org
- Subject: [PATCH grilo-plugins] configure.ac: remove unistalled and debug support
- Date: Mon, 26 Apr 2010 14:51:06 +0200
--enable-uninstalled didn't provide any visible feature
--enable-debug provided a functionality that it is already
available through ./configure CFLAGS="-g3 -O0"
Signed-off-by: Víctor Manuel Jáquez Leal <vjaquez igalia com>
---
configure.ac | 22 ----------------------
1 files changed, 0 insertions(+), 22 deletions(-)
diff --git a/configure.ac b/configure.ac
index 032a3c8..eb95dd1 100644
--- a/configure.ac
+++ b/configure.ac
@@ -98,28 +98,6 @@ if test "x$HAVE_GDATA" = "xyes"; then
fi
# ----------------------------------------------------------
-# UNINSTALLED SUPPORT
-# ----------------------------------------------------------
-
-AC_ARG_ENABLE(uninstalled,
- AC_HELP_STRING([--enable-uninstalled],
- [run uninstalled (default: no)]),,
- [enable_uninstalled=no])
-
-# ----------------------------------------------------------
-# DEBUG SUPPORT
-# ----------------------------------------------------------
-
-AC_ARG_ENABLE(debug,
- AC_HELP_STRING([--enable-debug],
- [include debug symbols (default: no)]),,
- [enable_debug=no])
-
-if test "x$enable_debug" = "xyes"; then
- CFLAGS="$CFLAGS -g3 -O0"
-fi
-
-# ----------------------------------------------------------
# BUILD FAKE METADATA PLUGIN
# ----------------------------------------------------------
--
1.7.0
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]