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