From 37e97e7ae605fdff2aa7b1beda154ba0ae015555 Mon Sep 17 00:00:00 2001 From: David Faure Date: Mon, 10 Apr 2006 08:54:08 +0000 Subject: Reported to fix compilation with msvc. svn path=/trunk/KDE/kdelibs/; revision=528134 --- modules/FindGettext.cmake | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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) -- cgit v1.2.1