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, [EMAIL PROTECTED], sponsored by Trolltech to work on KDE, Konqueror (http://www.konqueror.org), and KOffice (http://www.koffice.org). _______________________________________________ Kde-buildsystem mailing list [email protected] https://mail.kde.org/mailman/listinfo/kde-buildsystem
