Enlightenment CVS committal

Author  : kwo
Project : e16
Module  : e

Dir     : e16/e


Modified Files:
        configure.in 


Log Message:
Remove unused upgrade feature configuration.
===================================================================
RCS file: /cvsroot/enlightenment/e16/e/configure.in,v
retrieving revision 1.73
retrieving revision 1.74
diff -u -3 -r1.73 -r1.74
--- configure.in        14 Dec 2003 17:37:46 -0000      1.73
+++ configure.in        14 Dec 2003 17:45:28 -0000      1.74
@@ -69,8 +69,6 @@
 
 AC_ARG_ENABLE(sound, [  --enable-sound          compile with sound support 
[default=yes]], ,enable_sound=yes)
 
-AC_ARG_ENABLE(upgrade, [  --enable-upgrade        compile with auto-upgrade support 
[default=yes]], ,enable_upgrade=yes)
-
 AC_ARG_ENABLE(hints-ewmh,
   [  --enable-hints-ewmh     compile with Extended Window Manager Hints support 
[default=yes]],, enable_hints_ewmh=yes)
 AC_ARG_ENABLE(hints-gnome,
@@ -147,17 +145,6 @@
 AC_SUBST(TTF_LIBS)
 
 fi
-
-if test "x$enable_upgrade" = "xyes"; then
-AC_CHECK_LIB(ghttp, ghttp_uri_validate, [AC_DEFINE(AUTOUPGRADE, 1, [Automatic 
upgrading]) 
-GHTTP_LIBS=-lghttp] , [
-echo "Automatic Upgrades requires libghttp"
-AC_MSG_WARN([no libghttp detected.])
-],$IMLIB_LIBS)
-else
-echo "Automatic Upgrades have been turned off by request at compiletime"
-fi
-AC_SUBST(GHTTP_LIBS)
 
 AC_CHECK_LIB(dl, dlopen, DL_LIBS=-ldl , [
 echo "Warning: Enlightenment requires the dl (dynamic loader) library"




-------------------------------------------------------
This SF.net email is sponsored by: IBM Linux Tutorials.
Become an expert in LINUX or just sharpen your skills.  Sign up for IBM's
Free Linux Tutorials.  Learn everything from the bash shell to sys admin.
Click now! http://ads.osdn.com/?ad_id=1278&alloc_id=3371&op=click
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to