macro_bool_to_01 not defining stuff right in kdeedu?

2006-12-19 Thread Benjamin Reed
in kdeedu's ConfigureChecks.cmake, I see this: check_include_files(termios.h TERMIOS_FOUND) macro_bool_to_01(TERMIOS_FOUND HAVE_TERMIOS_H) ...from what I can tell, it's supposed to define HAVE_TERMIOS_H to 1 or 0 depending on whether termios.h is found. My CMakeCache.txt in kdeedu seems to

Re: macro_bool_to_01 not defining stuff right in kdeedu?

2006-12-19 Thread Laurent Montel
On Tuesday, December 19, 2006 09:43:07 PM Benjamin Reed wrote: in kdeedu's ConfigureChecks.cmake, I see this: could you add : include(MacroBoolTo01) into ConfigureChecks.cmake is it fix your pb ? Regards check_include_files(termios.h TERMIOS_FOUND) macro_bool_to_01(TERMIOS_FOUND

Re: macro_bool_to_01 not defining stuff right in kdeedu?

2006-12-19 Thread Alexander Neundorf
On Tuesday 19 December 2006 21:43, Benjamin Reed wrote: in kdeedu's ConfigureChecks.cmake, I see this: check_include_files(termios.h TERMIOS_FOUND) macro_bool_to_01(TERMIOS_FOUND HAVE_TERMIOS_H) ...from what I can tell, it's supposed to define HAVE_TERMIOS_H to 1 or 0 depending on