Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Make sure that the define of Ruby is given to cmake
authorcoldpeace <coldpeace@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Wed, 7 Apr 2010 08:45:43 +0000 (08:45 +0000)
committercoldpeace <coldpeace@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Wed, 7 Apr 2010 08:45:43 +0000 (08:45 +0000)
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7453 48e7efb5-ca39-0410-a469-dd3cf9ba447f

buildtools/Cmake/src/c_gras_config.h.in

index 60a4b2d..4334b7e 100644 (file)
@@ -1,5 +1,5 @@
-//This document is maded by user
-//With Cmake it creates gras_config.h in <projectdirectory>/src
+// <root>/buildtools/Cmake/src/c_gras_config.h.in is user-written.
+// With Cmake it creates <root>/src/gras_config.h
 
 /* Define if building universal (internal helper macro) */
 #cmakedefine AC_APPLE_UNIVERSAL_BUILD @AC_APPLE_UNIVERSAL_BUILD@
 
 /* Define if building universal (internal helper macro) */
 #cmakedefine AC_APPLE_UNIVERSAL_BUILD @AC_APPLE_UNIVERSAL_BUILD@
@@ -90,6 +90,9 @@
 /* Define to 1 if you have the <jni.h> header file. */
 #cmakedefine HAVE_JNI_H @HAVE_JNI_H@
 
 /* Define to 1 if you have the <jni.h> header file. */
 #cmakedefine HAVE_JNI_H @HAVE_JNI_H@
 
+/* defines whether Ruby bindings must be compiled or not */
+#cmakedefine HAVE_RUBY @HAVE_RUBY@
+
 /* defines whether Lua bindings must be compiled or not */
 #cmakedefine HAVE_LUA @HAVE_LUA@
 
 /* defines whether Lua bindings must be compiled or not */
 #cmakedefine HAVE_LUA @HAVE_LUA@