summaryrefslogtreecommitdiffstats
path: root/config.h.cmake
diff options
context:
space:
mode:
authorOBATA Akio <obache@wizdas.com>2019-01-25 16:01:05 +0900
committerOBATA Akio <obache@wizdas.com>2019-01-25 16:01:05 +0900
commit6716d0dfb9c50b388817118469d1e2b7dc7ae46a (patch)
tree961717ca6d7830409e24c1d1742d0d1cc1fbb8e3 /config.h.cmake
parent96ea8604a1ff0a42aceb86e9e99ec2ad7026f726 (diff)
downloadtdelibs-6716d0dfb9c50b388817118469d1e2b7dc7ae46a.tar.gz
tdelibs-6716d0dfb9c50b388817118469d1e2b7dc7ae46a.zip
Convert GETMNTINFO_USES_STATVFS check to CMake
Fix to build on such platforms, it is used but not checked with CMake.
Diffstat (limited to 'config.h.cmake')
-rw-r--r--config.h.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.h.cmake b/config.h.cmake
index 900f32bfc..668ecdbcb 100644
--- a/config.h.cmake
+++ b/config.h.cmake
@@ -24,7 +24,7 @@
#undef GETADDRINFO_RETURNS_UNIX
/* getmntinfo() uses struct statvfs */
-#undef GETMNTINFO_USES_STATVFS
+#cmakedefine GETMNTINFO_USES_STATVFS
/* Define if you have the MIT Kerberos libraries */
#undef GSSAPI_MIT