Enlightenment CVS committal Author : englebass Project : e17 Module : libs/ecore
Dir : e17/libs/ecore Modified Files: configure.in Log Message: remove fam support, will never be fixed and inotify is the shit. =================================================================== RCS file: /cvs/e/e17/libs/ecore/configure.in,v retrieving revision 1.225 retrieving revision 1.226 diff -u -3 -r1.225 -r1.226 --- configure.in 5 Nov 2007 16:51:04 -0000 1.225 +++ configure.in 5 Nov 2007 18:57:11 -0000 1.226 @@ -699,7 +699,6 @@ ECORE_CHECK_MODULE([File], [yes]) -use_fam="no" use_inotify="yes" use_poll="yes" @@ -747,34 +746,6 @@ ) fi - #AC_MSG_CHECKING(whether FAM is to be used for filemonitoring) - #AC_ARG_ENABLE(fam, - # [ --enable-fam enable fam in the ecore_file module], - # [ - # if test "$enableval" = "yes"; then - # AC_MSG_RESULT(yes) - # use_fam="yes" - # else - # AC_MSG_RESULT(no) - # fi - # ], [ - # AC_MSG_RESULT(no) - # ] - #) - - fam_libs="" - #if test "x$use_fam" = "xyes"; then - # AC_CHECK_LIB(fam, FAMOpen, - # [ - # AC_DEFINE(HAVE_FAM, 1, [ File monitoring with FAM ]) - # fam_libs="-lfam" - # ecore_file_libs="$ecore_file_libs $fam_libs" - # ], [ - # use_fam="no" - # ] - # ) - #fi - AC_MSG_CHECKING(whether polling is to be used for filemonitoring) AC_ARG_ENABLE(poll, [ --disable-poll disable poll in the ecore_file module], @@ -795,8 +766,6 @@ fi fi -AC_SUBST(fam_libs) - ECORE_CHECK_MODULE([Desktop], [no], [$have_ecore_file], [requirements_ecore_desktop="ecore-file"]) @@ -893,7 +862,6 @@ echo " Ecore_Ipc....................: $have_ecore_ipc (OpenSSL: $use_openssl)" echo " Ecore_Config.................: $have_ecore_config" echo " Ecore_Desktop................: $have_ecore_desktop" -#echo " Ecore_File...................: $have_ecore_file (Inotify: $use_inotify) (FAM: $use_fam) (Poll: $use_poll)" echo " Ecore_File...................: $have_ecore_file (Inotify: $use_inotify) (Poll: $use_poll) (CURL: $use_curl)" echo echo "Now type 'make' ('gmake' on some systems) to compile $PACKAGE." ------------------------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> http://get.splunk.com/ _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs