diff options
Diffstat (limited to 'config/CMakeLists.txt')
-rw-r--r-- | config/CMakeLists.txt | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/config/CMakeLists.txt b/config/CMakeLists.txt index 442d91524b..91c1e7c629 100644 --- a/config/CMakeLists.txt +++ b/config/CMakeLists.txt @@ -47,17 +47,8 @@ if(Iconv_FOUND) set(HAVE_ICONV 1) endif() -check_function_exists(_putenv_s HAVE_PUTENV_S) -if(WIN32 AND NOT HAVE_PUTENV_S) - message(SEND_ERROR "_putenv_s() function not found on your system.") -endif() check_function_exists(opendir HAVE_OPENDIR) check_function_exists(readlink HAVE_READLINK) -check_function_exists(setenv HAVE_SETENV) -if(UNIX AND NOT HAVE_SETENV) - message(SEND_ERROR "setenv() function not found on your system.") -endif() -check_function_exists(unsetenv HAVE_UNSETENV) check_function_exists(setpgid HAVE_SETPGID) check_function_exists(setsid HAVE_SETSID) check_function_exists(sigaction HAVE_SIGACTION) |