mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
Cmake build: Make it compilable again (Add check for HAVE_UNSETENV)
This commit is contained in:
parent
0c6ec4b18d
commit
3650ed7a9d
@ -76,6 +76,7 @@ check_function_exists(tsearch HAVE_TSEARCH)
|
||||
check_function_exists(getegid HAVE_GETEGID)
|
||||
check_function_exists(getgid HAVE_GETGID)
|
||||
check_function_exists(getuid HAVE_GETUID)
|
||||
check_function_exists(unsetenv HAVE_UNSETENV)
|
||||
check_function_exists(wcslen HAVE_WCSLEN)
|
||||
check_function_exists(mkfifo HAVE_MKFIFO)
|
||||
|
||||
|
@ -46,6 +46,7 @@
|
||||
#cmakedefine HAVE__MKDIR 1
|
||||
#cmakedefine HAVE_PUTENV 1
|
||||
#cmakedefine HAVE_SETENV 1
|
||||
#cmakedefine HAVE_UNSETENV 1
|
||||
#cmakedefine HAVE_STRERROR 1
|
||||
#cmakedefine HAVE_STD_COUNT 1
|
||||
#cmakedefine HAVE_ASPRINTF 1
|
||||
|
Loading…
Reference in New Issue
Block a user