From 83187020dc8904737019d13f9b6a059b010d555c Mon Sep 17 00:00:00 2001 From: Alexander Golubev Date: Thu, 1 Aug 2013 17:28:01 -0500 Subject: [PATCH] Fix build failure when compiling libkonq separately. This resolves bug report 1555. --- libkonq/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) 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 )