diff options
Diffstat (limited to 'ConfigureChecks.cmake')
-rw-r--r-- | ConfigureChecks.cmake | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ConfigureChecks.cmake b/ConfigureChecks.cmake index d46b7e33..83bcbfc6 100644 --- a/ConfigureChecks.cmake +++ b/ConfigureChecks.cmake @@ -31,6 +31,7 @@ endif( ) check_include_file( "sys/stropts.h" HAVE_SYS_STROPTS_H ) check_function_exists( "mkfifo" HAVE_MKFIFO ) +check_symbol_exists( "getline" "stdio.h" HAVE_GETLINE ) ##### check for berkeley db #################### |