46b2ec6593
Fixes build on NetBSD-current.
13 lines
500 B
Text
13 lines
500 B
Text
$NetBSD: patch-ac,v 1.1 2004/12/08 08:57:56 minskim Exp $
|
|
|
|
--- configure.orig 2004-04-07 08:07:48.000000000 -0500
|
|
+++ configure
|
|
@@ -4342,7 +4342,7 @@ echo "$as_me: error: GTK+ >= 2.2.0 not i
|
|
|
|
|
|
for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
|
|
- inttypes.h stdint.h unistd.h
|
|
+ inttypes.h stdint.h unistd.h sys/statvfs.h
|
|
do
|
|
as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
|
|
echo "$as_me:$LINENO: checking for $ac_header" >&5
|