Enlightenment CVS committal Author : lordchaos Project : e17 Module : apps/evfs
Dir : e17/apps/evfs Modified Files: configure.in Log Message: Removed fam requirement =================================================================== RCS file: /cvsroot/enlightenment/e17/apps/evfs/configure.in,v retrieving revision 1.11 retrieving revision 1.12 diff -u -3 -r1.11 -r1.12 --- configure.in 12 Oct 2005 23:22:34 -0000 1.11 +++ configure.in 13 Oct 2005 23:31:44 -0000 1.12 @@ -38,51 +38,6 @@ AC_DEFINE(HAVE_STATFS, 1, [Build support for statfs]) fi -dnl Check for fam. -fam_cflags="" -fam_libs="" -AC_ARG_WITH(fam, - AC_HELP_STRING([--with-fam=DIR],[use fam found in DIR]), - [ - use_fam=$withval - if test x"$use_fam" != x"no" ; then - if test x"$use_fam" != x"yes" ; then - fam_cflags="-I$withval/include" - fam_libs="-L$withval/lib -lfam" - else - fam_libs="-lfam" - fi - fi - ], use_fam="auto") -if test x"$use_fam" = x"auto" ; then - fam_libs="-lfam" -fi -if test x"$use_fam" != x"no" ; then - save_LIBS="$LIBS" - save_CFLAGS="$CFLAGS" - CFLAGS="$CFLAGS $fam_cflags" - LIBS="$LIBS $fam_libs" - AC_CHECK_HEADER(fam.h, , fam_header_ok="no") - AC_CHECK_LIB(fam, main, , fam_lib_ok="no") - if test "$fam_header_ok" = "no" -o "$fam_lib_ok" = "no"; then - fam="without FAM (file-alteration monitor) support" - if test x"$use_fam" = x"auto" ; then - AC_MSG_WARN(Optional library FAM not found -- this is not a problem.) - else - AC_MSG_ERROR(FAM not found) - fi - else - fam="with FAM (file-alteration monitor) support"; - AC_DEFINE(HAVE_FAM, 1, [Try to use File-alteration monitor]) - fi - LIBS="$save_LIBS" - CFLAGS="$save_CFLAGS" -fi -AC_SUBST(fam_cflags) -AC_SUBST(fam_libs) - - - dnl Check for samba AC_ARG_ENABLE(samba, AC_HELP_STRING([--enable-samba],[enable samba support @<:@default=detect@:>@]), ------------------------------------------------------- This SF.Net email is sponsored by: Power Architecture Resource Center: Free content, downloads, discussions, and more. http://solutions.newsforge.com/ibmarch.tmpl _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs