CHECK_LIBRARY_EXISTS error

David Faure faure at kde.org
Mon Apr 10 23:13:58 CEST 2006


On Monday 10 April 2006 21:28, Alexander Neundorf wrote:
> On Monday 10 April 2006 10:05, Michael Drüing wrote:
> > Indeed, adding that include fixes it.
> > Thanks!
> >
> > --Michael
> >
> > Index: cmake/modules/FindGettext.cmake
> > ===================================================================
> > --- cmake/modules/FindGettext.cmake     (revision 528045)
> > +++ cmake/modules/FindGettext.cmake     (working copy)
> > @@ -11,6 +11,7 @@
> >  # embedded within kdelibs (cf. gettext.m4 from Gettext source).
> >
> >  INCLUDE(CheckIncludeFiles)
> > +INCLUDE(CheckLibraryExists)
> >  include(CheckFunctionExists)
> >
> >  check_include_files(libintl.h HAVE_LIBINTL_H)
> 
> Can you please commit ?

I committed already.

-- 
David Faure, faure at kde.org, sponsored by Trolltech to work on KDE,
Konqueror (http://www.konqueror.org), and KOffice (http://www.koffice.org).



More information about the Kde-buildsystem mailing list