]> git.lyx.org Git - features.git/commitdiff
Cmake build: Make it compilable again (Add check for HAVE_UNSETENV)
authorKornel Benko <kornel@lyx.org>
Sun, 17 Feb 2013 10:47:23 +0000 (11:47 +0100)
committerKornel Benko <kornel@lyx.org>
Sun, 17 Feb 2013 10:47:23 +0000 (11:47 +0100)
development/cmake/ConfigureChecks.cmake
development/cmake/configCompiler.h.cmake

index cb6c4d40e75bea5a64d787e792b80cbdc127b150..8830ca450f0e4d74801b5ad1f00d67c224e1d4f5 100644 (file)
@@ -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)
 
index a35f5b3137b07e657b8c190198790064b5b4c242..a32f6ce3f78d2ff3b458359c3c48d7fc3ce3984f 100644 (file)
@@ -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