[PATCH grilo] configure.ac: remove unistalled and debug support



--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 |   23 -----------------------
 1 files changed, 0 insertions(+), 23 deletions(-)

diff --git a/configure.ac b/configure.ac
index 57e7763..e032dcc 100644
--- a/configure.ac
+++ b/configure.ac
@@ -72,29 +72,6 @@ AC_SUBST(GRL_PLUGINS_DIR)
 AC_DEFINE_UNQUOTED(GRL_PLUGINS_DIR, "$GRL_PLUGINS_DIR", [Plugins directory])
 
 # ----------------------------------------------------------
-# UNINSTALLED SUPPORT
-# ----------------------------------------------------------
-
-AC_ARG_ENABLE(uninstalled,
-        [  --enable-uninstalled run uninstalled],,
-        enable_uninstalled=no)
-if test "x$enable_uninstalled" = "xyes"; then
-        AC_MSG_WARN("Configuring for running uninstalled!")
-fi
-
-# ----------------------------------------------------------
-# DEBUG SUPPORT
-# ----------------------------------------------------------
-
-AC_ARG_ENABLE(debug,
-        [  --enable-debug include debug symbols],,
-        enable_debug=yes)
-if test "x$enable_debug" = "xyes"; then
-        AC_MSG_WARN("Configuring with debugging options enabled!")
-	CFLAGS="$CFLAGS -g3 -O0"
-fi
-
-# ----------------------------------------------------------
 # VALA BINDINGS
 # ----------------------------------------------------------
 
-- 
1.7.0



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