summaryrefslogtreecommitdiff
path: root/sysutils/nautilus/patches/patch-aj
blob: 60aa4e827792739db8e2964270da3a7bcbd50089 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$NetBSD: patch-aj,v 1.5 2009/03/16 14:05:04 jmcneill Exp $

--- configure.orig	2009-03-16 07:49:01.000000000 -0400
+++ configure
@@ -25451,7 +25451,7 @@ fi
 done
 
 
-if test "$ac_cv_func_statfs" = yes ; then
+if test "$ac_cv_func_statvfs" = no -a test "$ac_cv_func_statfs" = yes ; then
   { $as_echo "$as_me:$LINENO: checking number of arguments to statfs()" >&5
 $as_echo_n "checking number of arguments to statfs()... " >&6; }
   cat >conftest.$ac_ext <<_ACEOF