diff options
-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) |