From f2f889d9979302bbe71988ff1c41a82c7b59e86d Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Fri, 20 Jul 2007 22:00:09 +0000 Subject: [PATCH] replaced with Debian Etch version which has slightly better fseeko() test git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@47602 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- build/autoconf_prepend-include/autoconf/functions.m4 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/build/autoconf_prepend-include/autoconf/functions.m4 b/build/autoconf_prepend-include/autoconf/functions.m4 index aefd7e24d6..4efa980250 100644 --- a/build/autoconf_prepend-include/autoconf/functions.m4 +++ b/build/autoconf_prepend-include/autoconf/functions.m4 @@ -589,8 +589,8 @@ AC_DEFUN([AC_FUNC_FSEEKO], [_AC_SYS_LARGEFILE_MACRO_VALUE(_LARGEFILE_SOURCE, 1, [ac_cv_sys_largefile_source], [Define to 1 to make fseeko visible on some hosts (e.g. glibc 2.2).], - [@%:@include /* for off_t */ - #include ], + [[#include /* for off_t */ + #include ]], [[int (*fp) (FILE *, off_t, int) = fseeko; return fseeko (stdin, 0, 0) && fp (stdin, 0, 0);]]) @@ -801,7 +801,7 @@ AC_DEFUN([AC_FUNC_GETMNTENT], # -lseq on Dynix/PTX, -lgen on Unixware. AC_SEARCH_LIBS(getmntent, [sun seq gen], [ac_cv_func_getmntent=yes - AC_DEFINE([HAVE_GETMNTENT], [], + AC_DEFINE([HAVE_GETMNTENT], [1], [Define to 1 if you have the `getmntent' function.])], [ac_cv_func_getmntent=no]) ]) -- 2.45.2