diff options
author | OBATA Akio <obache@wizdas.com> | 2019-01-25 16:01:05 +0900 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2019-01-25 14:22:30 +0100 |
commit | 22e509929069318dbf8b20e7e6ca5283ee31c01a (patch) | |
tree | f7cfcf2b2aeee6d43c277960fa520c2995e87336 /config.h.cmake | |
parent | 13748cb2e5e59bcef8d0e3d7344fb6ca6e463cb8 (diff) | |
download | tdelibs-22e509929069318dbf8b20e7e6ca5283ee31c01a.tar.gz tdelibs-22e509929069318dbf8b20e7e6ca5283ee31c01a.zip |
Convert GETMNTINFO_USES_STATVFS check to CMake
Fix to build on such platforms, it is used but not checked with CMake.
(cherry picked from commit 6716d0dfb9c50b388817118469d1e2b7dc7ae46a)
Diffstat (limited to 'config.h.cmake')
-rw-r--r-- | config.h.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config.h.cmake b/config.h.cmake index 3ce8a615f..2aa79d4cf 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 |