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:
committed by
Martin Baulig
parent
6fe6cfdc15
commit
2bf9475dda
@@ -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
|
||||
|
@@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user