diff options
author | Alexander Golubev <fatzer2@gmail.com> | 2013-08-01 17:28:01 -0500 |
---|---|---|
committer | Darrell Anderson <humanreadable@yahoo.com> | 2013-08-01 17:28:01 -0500 |
commit | 83187020dc8904737019d13f9b6a059b010d555c (patch) | |
tree | a7efb7ae019bd156304e79a910bf13acf8537716 /libkonq/CMakeLists.txt | |
parent | 9f749e63a93d1b6cd42c3e1136e0e6f63a742708 (diff) | |
download | tdebase-83187020dc8904737019d13f9b6a059b010d555c.tar.gz tdebase-83187020dc8904737019d13f9b6a059b010d555c.zip |
Fix build failure when compiling libkonq separately.
This resolves bug report 1555.
Diffstat (limited to 'libkonq/CMakeLists.txt')
-rw-r--r-- | libkonq/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libkonq/CMakeLists.txt b/libkonq/CMakeLists.txt index 7202bdfe8..532e31d4d 100644 --- a/libkonq/CMakeLists.txt +++ b/libkonq/CMakeLists.txt @@ -11,6 +11,7 @@ project( libkonq ) +check_include_file( "sys/statvfs.h" HAVE_STATVFS ) add_subdirectory( pics ) add_subdirectory( favicons ) |