Enlightenment CVS committal

Author  : devilhorns
Project : e_modules
Module  : slideshow

Dir     : e_modules/slideshow


Modified Files:
        configure.in 


Log Message:
Cleaned up unused options in configure.

===================================================================
RCS file: /cvs/e/e_modules/slideshow/configure.in,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -3 -r1.13 -r1.14
--- configure.in        9 Apr 2006 12:39:38 -0000       1.13
+++ configure.in        13 May 2006 09:03:51 -0000      1.14
@@ -147,28 +147,6 @@
 AC_SUBST(e_libs)
 AC_SUBST(e_modules)
 
-AC_ARG_ENABLE(osiris, 
-[  --enable-osiris              enable osiris code], [
-  if [ test "$enableval" = "yes" ]; then  
-  AC_MSG_RESULT(Enabled Osiris Code)
-    want_osiris="yes"
-  else
-    AC_MSG_RESULT(Disabled Osiris Code)
-    want_osiris="no"
-  fi
-], [
-  AC_MSG_RESULT(Disabled Osiris Code)
-  want_osiris="no"
-]
-)
-
-if test "x$want_osiris" = "xyes"; then
-   AC_DEFINE(WANT_OSIRIS, 1, [Define to 1 to enable osiris code])
-   AM_CONDITIONAL(WANT_OSIRIS, true)
-else
-    AM_CONDITIONAL(WANT_OSIRIS, false)
-fi
-
 AC_OUTPUT([
 Makefile
 e_modules-slideshow.spec




-------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to