Commit 946d4fc1 authored by Antony T Curtis's avatar Antony T Curtis

Simple change so that it is possible to create binaries on MacOS 10.7 which will run on MacOS 10.6

parent 321de37e
...@@ -429,7 +429,9 @@ CHECK_FUNCTION_EXISTS (stpcpy HAVE_STPCPY) ...@@ -429,7 +429,9 @@ CHECK_FUNCTION_EXISTS (stpcpy HAVE_STPCPY)
CHECK_FUNCTION_EXISTS (strcoll HAVE_STRCOLL) CHECK_FUNCTION_EXISTS (strcoll HAVE_STRCOLL)
CHECK_FUNCTION_EXISTS (strerror HAVE_STRERROR) CHECK_FUNCTION_EXISTS (strerror HAVE_STRERROR)
CHECK_FUNCTION_EXISTS (strlcpy HAVE_STRLCPY) CHECK_FUNCTION_EXISTS (strlcpy HAVE_STRLCPY)
IF(NOT ${CMAKE_SYSTEM_NAME} MATCHES "Darwin")
CHECK_FUNCTION_EXISTS (strnlen HAVE_STRNLEN) CHECK_FUNCTION_EXISTS (strnlen HAVE_STRNLEN)
ENDIF()
CHECK_FUNCTION_EXISTS (strlcat HAVE_STRLCAT) CHECK_FUNCTION_EXISTS (strlcat HAVE_STRLCAT)
CHECK_FUNCTION_EXISTS (strsignal HAVE_STRSIGNAL) CHECK_FUNCTION_EXISTS (strsignal HAVE_STRSIGNAL)
CHECK_FUNCTION_EXISTS (fgetln HAVE_FGETLN) CHECK_FUNCTION_EXISTS (fgetln HAVE_FGETLN)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment