aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Schneider <asn@cryptomilk.org>2011-04-08 11:02:25 +0200
committerAndreas Schneider <asn@cryptomilk.org>2011-04-08 11:06:16 +0200
commitc5f4b8c1c7658259551ae7b8355885a688512768 (patch)
tree21d41f66d5bbf8fd317b6f09a2719588ac280463
parent6a0daddd8f2805f9dc0044f24f92ec2041f96832 (diff)
downloadlibssh-c5f4b8c1c7658259551ae7b8355885a688512768.tar.gz
libssh-c5f4b8c1c7658259551ae7b8355885a688512768.tar.xz
libssh-c5f4b8c1c7658259551ae7b8355885a688512768.zip
cmake: Fixed a typo.
(cherry picked from commit 7150cabafa6265ebe7b6d7705b3260462c4810b2)
-rw-r--r--ConfigureChecks.cmake3
1 files changed, 2 insertions, 1 deletions
diff --git a/ConfigureChecks.cmake b/ConfigureChecks.cmake
index fecfe340..b4f5cf6f 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)