The branch, 2.0.x, has been updated.

- Log -----------------------------------------------------------------

commit 3650ed7a9d5a94d95a3b3c0ca2280692ff518218
Author: Kornel Benko <[email protected]>
Date:   Sun Feb 17 11:47:23 2013 +0100

    Cmake build: Make it compilable again (Add check for HAVE_UNSETENV)

diff --git a/development/cmake/ConfigureChecks.cmake 
b/development/cmake/ConfigureChecks.cmake
index cb6c4d4..8830ca4 100644
--- a/development/cmake/ConfigureChecks.cmake
+++ b/development/cmake/ConfigureChecks.cmake
@@ -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)
 
diff --git a/development/cmake/configCompiler.h.cmake 
b/development/cmake/configCompiler.h.cmake
index a35f5b3..a32f6ce 100644
--- a/development/cmake/configCompiler.h.cmake
+++ b/development/cmake/configCompiler.h.cmake
@@ -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

-----------------------------------------------------------------------

Summary of changes:
 development/cmake/ConfigureChecks.cmake  |    1 +
 development/cmake/configCompiler.h.cmake |    1 +
 2 files changed, 2 insertions(+), 0 deletions(-)


hooks/post-receive
-- 
The LyX Source Repository

Reply via email to