[aisleriot] Disable auto-compilation for now
- From: Christian Persch <chpe src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [aisleriot] Disable auto-compilation for now
- Date: Thu, 14 Apr 2011 11:47:29 +0000 (UTC)
commit 2bdf0c03a2b76716e52f0e69e22a2d4ad33432fd
Author: Christian Persch <chpe gnome org>
Date: Thu Apr 14 13:46:16 2011 +0200
Disable auto-compilation for now
src/sol.c | 4 ++++
1 files changed, 4 insertions(+), 0 deletions(-)
---
diff --git a/src/sol.c b/src/sol.c
index 414a0c4..d644a88 100644
--- a/src/sol.c
+++ b/src/sol.c
@@ -242,6 +242,10 @@ main (int argc, char *argv[])
g_setenv ("GUILE_WARN_DEPRECATED", "detailed", TRUE);
#endif
+#if SCM_MAJOR_VERSION >= 2
+ g_setenv ("GUILE_AUTO_COMPILE", "0", TRUE);
+#endif
+
scm_boot_guile (argc, argv, main_prog, NULL); /* no return */
return 0;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]