Do not even check for guile if it is disabled.
1998-09-27 Martin Baulig <martin@home-of-linux.org> * configure.in: Do not even check for guile if it is disabled.
This commit is contained in:
committed by
Martin Baulig
parent
c591e6ef33
commit
6eed554232
@@ -1,3 +1,7 @@
|
|||||||
|
1998-09-27 Martin Baulig <martin@home-of-linux.org>
|
||||||
|
|
||||||
|
* configure.in: Do not even check for guile if it is disabled.
|
||||||
|
|
||||||
1998-09-12 Martin Baulig <martin@home-of-linux.org>
|
1998-09-12 Martin Baulig <martin@home-of-linux.org>
|
||||||
|
|
||||||
* include/glibtop/sysinfo.h: New file. This is used in guname to
|
* include/glibtop/sysinfo.h: New file. This is used in guname to
|
||||||
|
@@ -72,8 +72,6 @@ fi
|
|||||||
GNOME_LIBGTOP_SYSDEPS
|
GNOME_LIBGTOP_SYSDEPS
|
||||||
GNOME_LIBGTOP_TYPES
|
GNOME_LIBGTOP_TYPES
|
||||||
|
|
||||||
GNOME_CHECK_GUILE
|
|
||||||
|
|
||||||
dnl For Solaris
|
dnl For Solaris
|
||||||
AC_CHECK_LIB(resolv, _getnetbyaddr)
|
AC_CHECK_LIB(resolv, _getnetbyaddr)
|
||||||
AC_CHECK_LIB(socket, socket)
|
AC_CHECK_LIB(socket, socket)
|
||||||
@@ -83,7 +81,9 @@ AC_ARG_WITH(libgtop-guile,
|
|||||||
[ --with-libgtop-guile Build the libgtop guile interface (default=no)],
|
[ --with-libgtop-guile Build the libgtop guile interface (default=no)],
|
||||||
[build_guile="$withval"], [build_guile=no])
|
[build_guile="$withval"], [build_guile=no])
|
||||||
|
|
||||||
test x$build_guile = xno && ac_cv_guile_found=no
|
if test x$build_guile = xyes ; then
|
||||||
|
GNOME_CHECK_GUILE
|
||||||
|
fi
|
||||||
|
|
||||||
AC_ARG_WITH(libgtop-inodedb,
|
AC_ARG_WITH(libgtop-inodedb,
|
||||||
[ --with-libgtop-inodedb Build the inodedb stuff (default=no)],
|
[ --with-libgtop-inodedb Build the inodedb stuff (default=no)],
|
||||||
|
Reference in New Issue
Block a user