diff options
author | Brent Cook <bcook@openbsd.org> | 2016-04-09 11:49:29 -0500 |
---|---|---|
committer | Brent Cook <bcook@openbsd.org> | 2016-04-09 11:49:29 -0500 |
commit | d9b0838432d4a89e23964ac86fc05cec1c208913 (patch) | |
tree | b89e9666e59e47c687192beb892dd6d84cff582b /tls | |
parent | 2997b8577c7a7ff4c53e1b5b16ac87ecd12dbce1 (diff) | |
parent | 3207606f117fe4844c5eb18019a4f0939349ece7 (diff) | |
download | portable-d9b0838432d4a89e23964ac86fc05cec1c208913.tar.gz portable-d9b0838432d4a89e23964ac86fc05cec1c208913.tar.bz2 portable-d9b0838432d4a89e23964ac86fc05cec1c208913.zip |
Land #183, fix cmake on HP-UX
Diffstat (limited to 'tls')
-rw-r--r-- | tls/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tls/CMakeLists.txt b/tls/CMakeLists.txt index ad6fe49..929d30c 100644 --- a/tls/CMakeLists.txt +++ b/tls/CMakeLists.txt | |||
@@ -17,7 +17,7 @@ set( | |||
17 | ) | 17 | ) |
18 | 18 | ||
19 | 19 | ||
20 | if(NOT HAVE_STRCASECMP) | 20 | if(NOT HAVE_STRSEP) |
21 | set(TLS_SRC ${TLS_SRC} strsep.c) | 21 | set(TLS_SRC ${TLS_SRC} strsep.c) |
22 | endif() | 22 | endif() |
23 | 23 | ||