X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=m4%2Fpandora_fdatasync.m4;h=3a17c18d88ea89354e4e4994b07c73143bfdd9b3;hb=9235a98561bb90665e0e8ecb0c1ec686dbca1b0d;hp=3b9461e7668d51462664bed5704bead5b026ebaa;hpb=d9dab0a24eebad142b33d00ccb0f87b083f02195;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 +])