From 4da4e492496efde4b1daaf6883a985332154a64b Mon Sep 17 00:00:00 2001 From: Martin Baulig Date: Wed, 26 Aug 1998 12:43:09 +0000 Subject: Use `AC_MSG_WARN' if LibGTop cannot be found and the `fail' argument is 1998-08-26 Martin Baulig * gnome-libgtop-check.m4 (GNOME_INIT_LIBGTOP): Use `AC_MSG_WARN' if LibGTop cannot be found and the `fail' argument is not given. svn path=/trunk/; revision=340 --- macros/ChangeLog | 5 +++++ macros/gnome-libgtop-check.m4 | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) (limited to 'macros') diff --git a/macros/ChangeLog b/macros/ChangeLog index 93d0587399..e62301dac7 100644 --- a/macros/ChangeLog +++ b/macros/ChangeLog @@ -1,3 +1,8 @@ +1998-08-26 Martin Baulig + + * gnome-libgtop-check.m4 (GNOME_INIT_LIBGTOP): Use `AC_MSG_WARN' + if LibGTop cannot be found and the `fail' argument is not given. + 1998-08-24 Martin Baulig * gnome-support.m4 (GCC_NEED_DECLARATIONS): Added `setreuid', diff --git a/macros/gnome-libgtop-check.m4 b/macros/gnome-libgtop-check.m4 index fc8fe80cae..a8fbfb6d74 100644 --- a/macros/gnome-libgtop-check.m4 +++ b/macros/gnome-libgtop-check.m4 @@ -82,7 +82,7 @@ AC_DEFUN([GNOME_LIBGTOP_HOOK], if test "x$3" = "xfail"; then AC_MSG_ERROR(LibGTop >= $min_libgtop_version not found) else - AC_MSG_ERROR(LibGTop >= $min_libgtop_version not found) + AC_MSG_WARN(LibGTop >= $min_libgtop_version not found) fi fi -- cgit v1.2.3