1
0
mirror of https://git.libssh.org/projects/libssh.git synced 2025-08-01 11:26:52 +03:00

Fix compilation on freebsd 6.0 which lacks argp.h

This commit is contained in:
Aris Adamantiadis
2009-11-03 21:04:36 +01:00
parent e71c28f6a0
commit 5e002635fc
2 changed files with 8 additions and 2 deletions

View File

@ -21,6 +21,7 @@ check_c_compiler_flag("-fvisibility=hidden" WITH_VISIBILITY_HIDDEN)
endif(CMAKE_COMPILER_IS_GNUC)
# 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)
if (WIN32)