[Lunar-commits] <moonbase> w3m: remove CONFIGURE again because it doesnt compile right

Christian Krause wookietreiber at lunar-linux.org
Mon Aug 29 14:31:56 CEST 2011


commit 03698ab83f56c8c63206d60847bff2937da9f6bd
Author: Christian Krause <wookietreiber at lunar-linux.org>
Date:   Mon Aug 29 14:31:56 2011 +0200

    w3m: remove CONFIGURE again because it doesnt compile right
---
 web/w3m/CONFIGURE |   22 ----------------------
 1 files changed, 0 insertions(+), 22 deletions(-)

diff --git a/web/w3m/CONFIGURE b/web/w3m/CONFIGURE
deleted file mode 100644
index 0933c18..0000000
--- a/web/w3m/CONFIGURE
+++ /dev/null
@@ -1,22 +0,0 @@
-mquery IMAGES "Build with image support? (select imlib2 later)" n
-
-BACKENDS=""
-
-if [ "`get_module_config IMAGES`" = "y" ]; then
-  mquery X11 "Build X11 backend? (select libXext later)" y
-  if [ "`get_module_config X11`" = "y" ]; then
-    BACKENDS="${BACKENDS}x11,"
-  fi
-
-  mquery FBDEV "Build FBDEV client?" y
-  if [ "`get_module_config FBDEV`" = "y" ]; then
-    BACKENDS="${BACKENDS}fbdev,"
-  fi
-fi
-
-if [ $BACKENDS = "" ]; then
-  OPTS+=" --enable-image=no --without-imagelib"
-else
-  OPTS+=" --enable-image=$BACKENDS"
-fi
-


More information about the Lunar-commits mailing list