From 2bf9475dda52e9d8b0a9054d10665bba6f805545 Mon Sep 17 00:00:00 2001 From: Martin Baulig Date: Tue, 8 Sep 1998 13:25:36 +0000 Subject: [PATCH] Make the default to disable guile. 1998-09-08 Martin Baulig * configure.in: Make the default to disable guile. --- ChangeLog | 4 ++++ configure.in | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index ceba8ea9..5469e791 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +1998-09-08 Martin Baulig + + * configure.in: Make the default to disable guile. + 1998-08-30 Martin Baulig * LIBGTOP-VERSION (LIBGTOP_VERSION_CODE): Added. This is a numerical diff --git a/configure.in b/configure.in index ce5bc140..c90b8dc7 100644 --- a/configure.in +++ b/configure.in @@ -78,8 +78,8 @@ dnl For Solaris AC_CHECK_LIB(socket, socket) AC_ARG_WITH(libgtop-guile, -[ --with-libgtop-guile Build the libgtop guile interface (default=yes)], -[build_guile="$withval"], [build_guile=yes]) +[ --with-libgtop-guile Build the libgtop guile interface (default=no)], +[build_guile="$withval"], [build_guile=no]) test x$build_guile = xno && ac_cv_guile_found=no