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



commit 0aa2111dc0e9fd18bebf14004cac8a41d99f9198
Author: Guillaume Emont <gemont igalia com>
Date:   Fri Dec 17 17:10:28 2010 +0100

    configure: remove unused --enable-uninstalled option

 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
 # ----------------------------------------------------------
 



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