Make the default to disable guile.

1998-09-08  Martin Baulig  <baulig@merkur.uni-trier.de>

	* configure.in: Make the default to disable guile.
This commit is contained in:
Martin Baulig
1998-09-08 13:25:36 +00:00
committed by Martin Baulig
parent 6fe6cfdc15
commit 2bf9475dda
2 changed files with 6 additions and 2 deletions

View File

@@ -1,3 +1,7 @@
1998-09-08 Martin Baulig <baulig@merkur.uni-trier.de>
* configure.in: Make the default to disable guile.
1998-08-30 Martin Baulig <martin@home-of-linux.org>
* LIBGTOP-VERSION (LIBGTOP_VERSION_CODE): Added. This is a numerical

View File

@@ -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