summaryrefslogtreecommitdiff
path: root/ConfigureChecks.cmake
diff options
context:
space:
mode:
authorAlbert Astals Cid <aacid@kde.org>2013-04-14 16:40:51 +0200
committerAlbert Astals Cid <aacid@kde.org>2013-04-14 16:40:51 +0200
commitf8bf602620b3c7570f483ac66fc4d6a76a81a882 (patch)
tree45fd3e113a9ccf933c8d496f1259ab2f7eaae3f9 /ConfigureChecks.cmake
parentbbd27dc4ce7b24af890d80f597f74e5d7ee0215a (diff)
parent62a5b4d5c6d5c368d190b86eab63ccb07d642c01 (diff)
Merge remote-tracking branch 'origin/poppler-0.22'
Diffstat (limited to 'ConfigureChecks.cmake')
-rw-r--r--ConfigureChecks.cmake2
1 files changed, 2 insertions, 0 deletions
diff --git a/ConfigureChecks.cmake b/ConfigureChecks.cmake
index 9f67b43c..d3f57325 100644
--- a/ConfigureChecks.cmake
+++ b/ConfigureChecks.cmake
@@ -36,6 +36,8 @@ check_function_exists(popen HAVE_POPEN)
check_function_exists(mkstemp HAVE_MKSTEMP)
check_function_exists(mkstemps HAVE_MKSTEMPS)
check_function_exists(rand_r HAVE_RAND_R)
+check_function_exists(strcpy_s HAVE_STRCPY_S)
+check_function_exists(strcat_s HAVE_STRCAT_S)
macro(CHECK_FOR_DIR include var)
check_c_source_compiles(