doc: use ASCII in .texi files where UTF-8 isn't needed
[gnulib.git] / m4 / pwrite.m4
index b6aecce..e25163a 100644 (file)
@@ -1,5 +1,5 @@
-# pwrite.m4 serial 3
-dnl Copyright (C) 2010-2011 Free Software Foundation, Inc.
+# pwrite.m4 serial 5
+dnl Copyright (C) 2010-2014 Free Software Foundation, Inc.
 dnl This file is free software; the Free Software Foundation
 dnl gives unlimited permission to copy and/or distribute it,
 dnl with or without modifications, as long as this notice is preserved.
@@ -82,10 +82,6 @@ changequote([,])dnl
       return 13;
   }
   return 0;
-}
-
-
-  return 0;
 }]])],
           [gl_cv_func_pwrite_works=yes],
           [gl_cv_func_pwrite_works=no],
@@ -100,7 +96,4 @@ changequote([,])dnl
   else
     HAVE_PWRITE=0
   fi
-  if test $HAVE_PWRITE = 0 || test $REPLACE_PWRITE = 1; then
-    AC_LIBOBJ([pwrite])
-  fi
 ])