Enlightenment CVS committal Author : sebastid Project : e17 Module : libs/ecore
Dir : e17/libs/ecore Modified Files: configure.in Log Message: Disable inotify =================================================================== RCS file: /cvsroot/enlightenment/e17/libs/ecore/configure.in,v retrieving revision 1.91 retrieving revision 1.92 diff -u -3 -r1.91 -r1.92 --- configure.in 13 Jun 2005 10:34:12 -0000 1.91 +++ configure.in 15 Jun 2005 22:08:57 -0000 1.92 @@ -809,20 +809,20 @@ ] ) -AC_MSG_CHECKING(whether inotify is to be used for filemonitoring) -AC_ARG_ENABLE(inotify, -[ --disable-inotify disable inotify in the ecore_file module], [ - if test "$enableval" = "yes"; then - AC_MSG_RESULT(yes) - use_inotify="yes" - else - AC_MSG_RESULT(no) - fi -], [ - AC_MSG_RESULT(yes) - use_inotify="yes" -] -) +#AC_MSG_CHECKING(whether inotify is to be used for filemonitoring) +#AC_ARG_ENABLE(inotify, +#[ --disable-inotify disable inotify in the ecore_file module], [ +# if test "$enableval" = "yes"; then +# AC_MSG_RESULT(yes) +# use_inotify="yes" +# else +# AC_MSG_RESULT(no) +# fi +#], [ +# AC_MSG_RESULT(yes) +# use_inotify="yes" +#] +#) if test "x$use_inotify" = "xyes"; then AC_CHECK_HEADER(linux/inotify.h, ------------------------------------------------------- SF.Net email is sponsored by: Discover Easy Linux Migration Strategies from IBM. Find simple to follow Roadmaps, straightforward articles, informative Webcasts and more! Get everything you need to get up to speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs