diff options
author | Jose Antonio Ortega Ruiz <jao@gnu.org> | 2004-01-09 02:03:41 +0000 |
---|---|---|
committer | Jose Antonio Ortega Ruiz <jao@gnu.org> | 2004-01-09 02:03:41 +0000 |
commit | c2bae4fde4bd845629d93df594d9f2121ea94b1c (patch) | |
tree | 49d8dbd5039bffc0b0d5153b638d8cc141847e95 | |
parent | 5ba564b0064d01410f0f7ef5473ebfa3bd0323ce (diff) | |
download | mdk-c2bae4fde4bd845629d93df594d9f2121ea94b1c.tar.gz mdk-c2bae4fde4bd845629d93df594d9f2121ea94b1c.tar.bz2 |
check for guile headers
-rw-r--r-- | configure.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/configure.in b/configure.in index 88e1077..44822a0 100644 --- a/configure.in +++ b/configure.in @@ -1,6 +1,6 @@ # Copyright (C) 2000, 2001, 2002, 2003 Free Software Foundation, Inc. # -# $Id: configure.in,v 1.28 2003/06/09 15:12:23 jao Exp $ +# $Id: configure.in,v 1.29 2004/01/09 02:03:41 jao Exp $ # # This file is free software; as a special exception the author gives # unlimited permission to copy and/or distribute it, with or without @@ -70,6 +70,7 @@ AC_ARG_WITH(guile, esac], [wguile=true]) if test x$wguile = xtrue; then + AC_CHECK_HEADER(guile/gh.h,,wguile=false) AC_MSG_CHECKING(for Guile) guile-config link > /dev/null || { AC_MSG_RESULT(no) |