X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=m4%2Fpandora_fdatasync.m4;h=e8bba25c5bcfc8e4f291f52116194ddc3970a3c6;hb=f253a58a663bfcbc0f9a3115745299b3bd5367ea;hp=3b9461e7668d51462664bed5704bead5b026ebaa;hpb=61b5e9c68b7e931ed4e79a39ab9e5b1031d0030d;p=awesomized%2Flibmemcached diff --git a/m4/pandora_fdatasync.m4 b/m4/pandora_fdatasync.m4 index 3b9461e7..e8bba25c 100644 --- a/m4/pandora_fdatasync.m4 +++ b/m4/pandora_fdatasync.m4 @@ -1,5 +1,5 @@ -dnl Copyright (C) 2009 Sun Microsystems -dnl This file is free software; Sun Microsystems +dnl Copyright (C) 2009 Sun Microsystems, Inc. +dnl This file is free software; Sun Microsystems, Inc. dnl gives unlimited permission to copy and/or distribute it, dnl with or without modifications, as long as this notice is preserved. @@ -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 +])