X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=development%2Fcmake%2FConfigureChecks.cmake;h=289bccddfa5ebde9983ad2e4e68f58654261d679;hb=aafd52f44167d5510be1ddcb974daa9dae486933;hp=e666a7f4618f789bac270f9ce932a916e7ffafde;hpb=8e02385cea9d9cad00419ecc28190a0ed93acfcf;p=lyx.git diff --git a/development/cmake/ConfigureChecks.cmake b/development/cmake/ConfigureChecks.cmake index e666a7f461..289bccddfa 100644 --- a/development/cmake/ConfigureChecks.cmake +++ b/development/cmake/ConfigureChecks.cmake @@ -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)