From 135585f1fe9c6c4f4123e10994332da5cbdbad93 Mon Sep 17 00:00:00 2001 From: Pavel Roskin Date: Mon, 20 Aug 2001 08:00:31 +0000 Subject: Specify additional includes when testing for rpc/pmap_clnt.h. Needed for * gnome-vfs.m4 (GNOME_WITH_VFS): Specify additional includes when testing for rpc/pmap_clnt.h. Needed for Autoconf 2.50+ only - older versions don't try to compile headers and ignore this argument. svn path=/trunk/; revision=12262 --- macros/gnome-vfs.m4 | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'macros/gnome-vfs.m4') diff --git a/macros/gnome-vfs.m4 b/macros/gnome-vfs.m4 index 8ca361f28b..6dce307783 100644 --- a/macros/gnome-vfs.m4 +++ b/macros/gnome-vfs.m4 @@ -48,7 +48,13 @@ AC_DEFUN([GNOME_WITH_VFS],[ ])]) AC_CHECK_FUNCS(pmap_getport pmap_getmaps rresvport) dnl add for source routing support setsockopt - AC_CHECK_HEADERS(rpc/pmap_clnt.h) + AC_CHECK_HEADERS(rpc/pmap_clnt.h, , , [ +#include +#include +#include +#include +#include + ]) vfs_flags="$vfs_flags, mcfs, ftpfs, fish" use_net_code=true fi -- cgit