Author: rmottola
Date: Fri Feb 12 01:56:56 2016
New Revision: 39360
URL: http://svn.gna.org/viewcvs/gnustep?rev=39360&view=rev
Log:
checks for statvts headers
Modified:
libs/gui/trunk/Headers/Additions/GNUstepGUI/config.h.in
libs/gui/trunk/configure
libs/gui/trunk/configure.ac
Modified: libs/gui/trunk/Headers/Additions/GNUstepGUI/config.h.in
URL:
http://svn.gna.org/viewcvs/gnustep/libs/gui/trunk/Headers/Additions/GNUstepGUI/config.h.in?rev=39360&r1=39359&r2=39360&view=diff
==============================================================================
--- libs/gui/trunk/Headers/Additions/GNUstepGUI/config.h.in (original)
+++ libs/gui/trunk/Headers/Additions/GNUstepGUI/config.h.in Fri Feb 12
01:56:56 2016
@@ -23,6 +23,9 @@
/* Define to 1 if you have the `getmntinfo' function. */
#undef HAVE_GETMNTINFO
+
+/* Define to 1 if you have the `GifQuantizeBuffer' function. */
+#undef HAVE_GIFQUANTIZEBUFFER
/* Have ImageMagick */
#undef HAVE_IMAGEMAGICK
@@ -96,11 +99,17 @@
/* Define to 1 if you have the <sys/mntent.h> header file. */
#undef HAVE_SYS_MNTENT_H
+/* Define to 1 if you have the <sys/statvfs.h> header file. */
+#undef HAVE_SYS_STATVFS_H
+
/* Define to 1 if you have the <sys/stat.h> header file. */
#undef HAVE_SYS_STAT_H
/* Define to 1 if you have the <sys/types.h> header file. */
#undef HAVE_SYS_TYPES_H
+
+/* Define to 1 if you have the <sys/vfs.h> header file. */
+#undef HAVE_SYS_VFS_H
/* Define to 1 if you have the <unicode/uchar.h> header file. */
#undef HAVE_UNICODE_UCHAR_H
Modified: libs/gui/trunk/configure
URL:
http://svn.gna.org/viewcvs/gnustep/libs/gui/trunk/configure?rev=39360&r1=39359&r2=39360&view=diff
==============================================================================
--- libs/gui/trunk/configure (original)
+++ libs/gui/trunk/configure Fri Feb 12 01:56:56 2016
@@ -4036,6 +4036,30 @@
fi
done
+for ac_header in sys/statvfs.h
+do :
+ ac_fn_c_check_header_mongrel "$LINENO" "sys/statvfs.h"
"ac_cv_header_sys_statvfs_h" "$ac_includes_default"
+if test "x$ac_cv_header_sys_statvfs_h" = xyes; then :
+ cat >>confdefs.h <<_ACEOF
+#define HAVE_SYS_STATVFS_H 1
+_ACEOF
+
+fi
+
+done
+
+for ac_header in sys/vfs.h
+do :
+ ac_fn_c_check_header_mongrel "$LINENO" "sys/vfs.h" "ac_cv_header_sys_vfs_h"
"$ac_includes_default"
+if test "x$ac_cv_header_sys_vfs_h" = xyes; then :
+ cat >>confdefs.h <<_ACEOF
+#define HAVE_SYS_VFS_H 1
+_ACEOF
+
+fi
+
+done
+
#--------------------------------------------------------------------
# Simple way to add a bunch of paths to the flags
Modified: libs/gui/trunk/configure.ac
URL:
http://svn.gna.org/viewcvs/gnustep/libs/gui/trunk/configure.ac?rev=39360&r1=39359&r2=39360&view=diff
==============================================================================
--- libs/gui/trunk/configure.ac (original)
+++ libs/gui/trunk/configure.ac Fri Feb 12 01:56:56 2016
@@ -155,6 +155,8 @@
AC_CHECK_MEMBER(struct mntent.mnt_mountp,[AC_DEFINE(MNT_MEMB,mnt_mountp,mntent
structure member name)],,[#include <sys/mntent.h>])
AC_FUNC_GETMNTENT
AC_CHECK_FUNCS(getmntinfo)
+AC_CHECK_HEADERS(sys/statvfs.h)
+AC_CHECK_HEADERS(sys/vfs.h)
#--------------------------------------------------------------------
# Simple way to add a bunch of paths to the flags
_______________________________________________
Gnustep-cvs mailing list
[email protected]
https://mail.gna.org/listinfo/gnustep-cvs