From e8028304b30c359ee4c0e97fb57a0f6e985227e8 Mon Sep 17 00:00:00 2001 From: Maarten Bosmans Date: Wed, 2 Nov 2011 21:54:13 +0100 Subject: win32: Avoid some compiler warnings when cross-compiling for mingw32 Autoconf documentation says that AC_FUNC_SELECT_ARGTYPES shouldn't be used anyway. --- configure.ac | 1 - 1 file changed, 1 deletion(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index b15b1e4a..e3ce9874 100644 --- a/configure.ac +++ b/configure.ac @@ -490,7 +490,6 @@ AC_CHECK_FUNCS_ONCE([lrintf strtof]) # POSIX AC_FUNC_FORK AC_FUNC_GETGROUPS -AC_FUNC_SELECT_ARGTYPES AC_CHECK_FUNCS_ONCE([chmod chown fstat fchown fchmod clock_gettime getaddrinfo getgrgid_r getgrnam_r \ getpwnam_r getpwuid_r gettimeofday getuid mlock nanosleep \ pipe posix_fadvise posix_madvise posix_memalign setpgid setsid shm_open \ -- cgit v1.2.3