From 7150cabafa6265ebe7b6d7705b3260462c4810b2 Mon Sep 17 00:00:00 2001 From: Andreas Schneider Date: Fri, 8 Apr 2011 11:02:25 +0200 Subject: cmake: Fixed a typo. --- ConfigureChecks.cmake | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ConfigureChecks.cmake b/ConfigureChecks.cmake index 28862b2..b476d8a 100644 --- a/ConfigureChecks.cmake +++ b/ConfigureChecks.cmake @@ -43,7 +43,8 @@ endif(CMAKE_COMPILER_IS_GNUCC AND NOT MINGW AND NOT OS2) # HEADER FILES check_include_file(argp.h HAVE_ARGP_H) check_include_file(pty.h HAVE_PTY_H) -check_include_file(terminos.h HAVE_TERMIOS_H) +check_include_file(termios.h HAVE_TERMIOS_H) + if (WIN32) check_include_file(wspiapi.h HAVE_WSPIAPI_H) if (NOT HAVE_WSPIAPI_H) -- cgit