aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac5
1 files changed, 4 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 1c33889..772ea62 100644
--- a/configure.ac
+++ b/configure.ac
@@ -47,6 +47,8 @@ GINT_INIT([gint],[1.8 with-guile nodoc],
[status_guile=yes],
[status_guile=no])
+AM_CONDITIONAL([IDEST_COND_GUILE],[test $status_guile = yes])
+
AC_CONFIG_SUBDIRS(libid3tag)
AC_CONFIG_COMMANDS([status],[
@@ -67,5 +69,6 @@ AC_CONFIG_FILES([Makefile
gint/Makefile
src/Makefile
doc/Makefile
- examples/Makefile])
+ examples/Makefile
+ scheme/Makefile])
AC_OUTPUT

Return to:

Send suggestions and report system problems to the System administrator.