]> git.lyx.org Git - lyx.git/blobdiff - development/cmake/ConfigureChecks.cmake
Merge branch 'master' of git.lyx.org:lyx
[lyx.git] / development / cmake / ConfigureChecks.cmake
index e666a7f4618f789bac270f9ce932a916e7ffafde..289bccddfa5ebde9983ad2e4e68f58654261d679 100644 (file)
@@ -55,6 +55,7 @@ check_function_exists(gettext HAVE_GETTEXT)
 check_function_exists(_getpid HAVE__GETPID)
 check_function_exists(mkdir  HAVE_MKDIR)
 check_function_exists(_mkdir HAVE__MKDIR)
+check_function_exists(setenv HAVE_SETENV)
 check_function_exists(putenv HAVE_PUTENV)
 check_function_exists(fcntl HAVE_FCNTL)
 check_function_exists(strerror HAVE_STRERROR)