aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--configure.ac2
m---------gint0
2 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 81c9dfa..d7993f0 100644
--- a/configure.ac
+++ b/configure.ac
@@ -32,13 +32,13 @@ AC_PROG_AWK
32AC_PROG_CC 32AC_PROG_CC
33AC_PROG_INSTALL 33AC_PROG_INSTALL
34AC_PROG_LN_S 34AC_PROG_LN_S
35AM_PROG_LIBTOOL 35AM_PROG_LIBTOOL
36AM_C_PROTOTYPES 36AM_C_PROTOTYPES
37 37
38GINT_INIT(gint,[1.8],,[AC_MSG_ERROR([Guile not found])]) 38GINT_INIT(gint,[1.8])
39 39
40AC_SUBST(INCLUDEPATH) 40AC_SUBST(INCLUDEPATH)
41AC_MSG_CHECKING(for additional includes) 41AC_MSG_CHECKING(for additional includes)
42AC_ARG_WITH([include-path], 42AC_ARG_WITH([include-path],
43 AC_HELP_STRING([--with-include-path=PATH], 43 AC_HELP_STRING([--with-include-path=PATH],
44 [specify additional include paths; PATH is a ':' separated list of directories]), 44 [specify additional include paths; PATH is a ':' separated list of directories]),
diff --git a/gint b/gint
Subproject 4254b0590e609b82dac3d688ecb401c9eefb7e2 Subproject a5774356a1c12d1bcb55b6322710e347e1604fc

Return to:

Send suggestions and report system problems to the System administrator.