]> git.pld-linux.org Git - packages/gnome-vfs2.git/blob - gnome-vfs2-headers-define.patch
rebuild with openssl 3.0.0
[packages/gnome-vfs2.git] / gnome-vfs2-headers-define.patch
1 --- configure.in        2006-06-13 00:36:14.000000000 -0500
2 +++ configure.in        2006-06-13 00:54:15.000000000 -0500
3 @@ -191,6 +191,16 @@
4  
5  AC_CHECK_HEADERS(sys/param.h sys/resource.h sys/vfs.h sys/mount.h sys/statfs.h sys/statvfs.h sys/param.h wctype.h sys/poll.h poll.h)
6  
7 +AC_CHECK_HEADERS([pwd.h])
8 +if test "$ac_cv_header_pwd_h" = "yes"; then
9 +       AC_DEFINE(HAVE_PWD_H, [1], [pwd.h present])
10 +fi
11 +
12 +AC_CHECK_HEADERS([grp.h])
13 +if test "$ac_cv_header_grp_h" = "yes"; then
14 +       AC_DEFINE(HAVE_GRP_H, [1], [grp.h present])
15 +fi
16 +
17  dnl
18  dnl file system type member in statfs struct
19  dnl
This page took 0.035825 seconds and 3 git commands to generate.