summaryrefslogtreecommitdiff
path: root/audio/glame/files/patch-src_glmid_glscript.h
blob: fd2642f6f3b4794d1c91181230f6d98ba2ebc613 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
--- src/glmid/glscript.h.orig	2008-03-02 14:07:01.000000000 -0500
+++ src/glmid/glscript.h	2008-03-02 14:07:39.000000000 -0500
@@ -32,6 +32,12 @@
 #include "gpsm.h"
 #include "swapfile.h"
 
+/* Check if we have guile of at least version 1.8 */
+#undef HAVE_GUILE18
+#if SCM_MAJOR_VERSION == 1 && SCM_MINOR_VERSION >= 8
+#define HAVE_GUILE18 1
+#endif
+
 
 /* Initializes the guile scripting subsystem. Returns 0 on success,
  * -1 on error. */