cmake: Fixed a typo.

(cherry picked from commit 7150cabafa)
This commit is contained in:
Andreas Schneider
2011-04-08 11:02:25 +02:00
parent b7db87c817
commit 4d85f7b1e5

View File

@@ -40,7 +40,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_files("winsock2.h;ws2tcpip.h;wspiapi.h" HAVE_WSPIAPI_H)
if (NOT HAVE_WSPIAPI_H)