diff options
author | Andreas Schneider <asn@cryptomilk.org> | 2012-10-15 19:41:27 +0200 |
---|---|---|
committer | Andreas Schneider <asn@cryptomilk.org> | 2012-10-15 19:41:27 +0200 |
commit | fd05abaff406bc83491373f7c539f30e6c876630 (patch) | |
tree | b8b23608d04004e37b2cf45c2a373f2b3e26b5d9 /ConfigureChecks.cmake | |
parent | 8880471c6e6d42015fdd11d57fe4d6ce4cefeb58 (diff) | |
download | cmocka-fd05abaff406bc83491373f7c539f30e6c876630.tar.gz cmocka-fd05abaff406bc83491373f7c539f30e6c876630.tar.bz2 cmocka-fd05abaff406bc83491373f7c539f30e6c876630.zip |
cmake: Add a check for strsignal().
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 6e52232..e5c2f56 100644 --- a/ConfigureChecks.cmake +++ b/ConfigureChecks.cmake @@ -80,6 +80,7 @@ check_function_exists(memset HAVE_MEMSET) check_function_exists(printf HAVE_PRINTF) check_function_exists(setjmp HAVE_SETJMP) check_function_exists(signal HAVE_SIGNAL) +check_function_exists(strsignal HAVE_STRSIGNAL) check_function_exists(sprintf HAVE_SNPRINTF) check_function_exists(strcmp HAVE_STRCMP) check_function_exists(strcpy HAVE_STRCPY) |