[PATCH] configure: remove unused --enable-uninstalled option



From: Guillaume Emont <gemont igalia com>

---
 configure.ac |   11 -----------
 1 files changed, 0 insertions(+), 11 deletions(-)

diff --git a/configure.ac b/configure.ac
index 3c6de1d..3df1d5f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -113,17 +113,6 @@ PKG_CHECK_MODULES(NET, libsoup-2.4,
 AM_CONDITIONAL(BUILD_GRILO_NET, test "x$HAVE_LIBSOUP" = "xyes")
 
 # ----------------------------------------------------------
-# 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
 # ----------------------------------------------------------
 
-- 
1.7.1



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