Move HAVE__GL_CLOSE_FD_MAYBE_SOCKET macro.
[pspp] / m4 / memcmp.m4
index a8d87b930a7ac06f59265cdfbd79a5f4a242debe..c995a3298782477841963a6e0b0dc20c495d85ca 100644 (file)
@@ -17,7 +17,7 @@ AC_DEFUN([gl_FUNC_MEMCMP],
                                ]], [[int ret = memcmp ("foo", "bar", 0);]])],
                        [ac_cv_func_memcmp_working=yes],
                        [ac_cv_func_memcmp_working=no])])
-  fi 
+  fi
   AC_FUNC_MEMCMP
   dnl Note: AC_FUNC_MEMCMP does AC_LIBOBJ(memcmp).
   if test $ac_cv_func_memcmp_working = no; then