diff options
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 62caadc..d2c96f1 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt | |||
@@ -296,7 +296,7 @@ if(HAVE_GETPROGNAME) | |||
296 | add_definitions(-DHAVE_GETPROGNAME) | 296 | add_definitions(-DHAVE_GETPROGNAME) |
297 | endif() | 297 | endif() |
298 | 298 | ||
299 | check_symbol_exists(syslog_r "syslog.h stdarg.h" HAVE_SYSLOG_R) | 299 | check_symbol_exists(syslog_r "syslog.h" "stdarg.h" HAVE_SYSLOG_R) |
300 | if(HAVE_SYSLOG_R) | 300 | if(HAVE_SYSLOG_R) |
301 | add_definitions(-DHAVE_SYSLOG_R) | 301 | add_definitions(-DHAVE_SYSLOG_R) |
302 | endif() | 302 | endif() |