summaryrefslogtreecommitdiff
path: root/ConfigureChecks.cmake
diff options
context:
space:
mode:
authorAndreas Schneider <asn@cryptomilk.org>2012-10-15 19:41:27 +0200
committerAndreas Schneider <asn@cryptomilk.org>2012-10-15 19:41:27 +0200
commitfd05abaff406bc83491373f7c539f30e6c876630 (patch)
treeb8b23608d04004e37b2cf45c2a373f2b3e26b5d9 /ConfigureChecks.cmake
parent8880471c6e6d42015fdd11d57fe4d6ce4cefeb58 (diff)
downloadcmocka-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.cmake1
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)