aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--modules/FindGettext.cmake3
1 files changed, 2 insertions, 1 deletions
diff --git a/modules/FindGettext.cmake b/modules/FindGettext.cmake
index 26bab048..a117ebf7 100644
--- a/modules/FindGettext.cmake
+++ b/modules/FindGettext.cmake
@@ -10,7 +10,8 @@
# functionality can also reside in standalone Gettext library, or the one
# embedded within kdelibs (cf. gettext.m4 from Gettext source).
-INCLUDE(CheckIncludeFiles)
+include(CheckIncludeFiles)
+include(CheckLibraryExists)
include(CheckFunctionExists)
check_include_files(libintl.h HAVE_LIBINTL_H)