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 ? Bye Alex -- Work: alexander.neundorf AT jenoptik.com - http://www.jenoptik-los.de Home: neundorf AT kde.org - http://www.kde.org alex AT neundorf.net - http://www.neundorf.net _______________________________________________ Kde-buildsystem mailing list [email protected] https://mail.kde.org/mailman/listinfo/kde-buildsystem
