X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=m4%2Fpandora_fdatasync.m4;fp=m4%2Fpandora_fdatasync.m4;h=3a17c18d88ea89354e4e4994b07c73143bfdd9b3;hb=7a30c7f272a75be40015a5817007c5c7d0aeb406;hp=3b9461e7668d51462664bed5704bead5b026ebaa;hpb=08841d126e7343bd8be5003e3e631ae220c08920;p=awesomized%2Flibmemcached diff --git a/m4/pandora_fdatasync.m4 b/m4/pandora_fdatasync.m4 index 3b9461e7..3a17c18d 100644 --- a/m4/pandora_fdatasync.m4 +++ b/m4/pandora_fdatasync.m4 @@ -11,7 +11,7 @@ dnl with or without modifications, as long as this notice is preserved. AC_DEFUN([PANDORA_WORKING_FDATASYNC],[ AC_CACHE_CHECK([working fdatasync],[ac_cv_func_fdatasync],[ AC_LANG_PUSH(C++) - AC_RUN_IFELSE([AC_LANG_PROGRAM([[ + AC_COMPILE_IFELSE([AC_LANG_PROGRAM([[ #include ]],[[ fdatasync(4); @@ -22,4 +22,4 @@ fdatasync(4); ]) AS_IF([test "x${ac_cv_func_fdatasync}" = "xyes"], [AC_DEFINE([HAVE_FDATASYNC],[1],[If the system has a working fdatasync])]) -]) \ No newline at end of file +])