[Kst] branches/work/kst/portto4/kst
Adam Treat
treat at kde.org
Fri Feb 16 00:28:49 CET 2007
SVN commit 633987 by treat:
* Configure check and define
M +2 -0 ConfigureChecks.cmake
M +3 -0 config.h.cmake
--- branches/work/kst/portto4/kst/ConfigureChecks.cmake #633986:633987
@@ -1 +1,3 @@
#FIXME Need to do kst specific configure checks here... port configure.in.in
+
+check_function_exists(unsetenv HAVE_UNSETENV)
\ No newline at end of file
--- branches/work/kst/portto4/kst/config.h.cmake #633986:633987
@@ -3,5 +3,8 @@
/* config.h. Generated by cmake from config.h.cmake */
+/* Define if you have unsetenv */
+#cmakedefine HAVE_UNSETENV 1
+
#endif
More information about the Kst
mailing list