From 9b8cc21d60a79680d36f452cb9bb4cdba5baae79 Mon Sep 17 00:00:00 2001 From: Manish Singh Date: Sun, 6 Dec 1998 07:35:53 +0000 Subject: clear GUILE_LIBS and GUILE_INCS if guile isn't there (quick fix) * gnome-guile-checks.m4: clear GUILE_LIBS and GUILE_INCS if guile isn't there (quick fix) -Yosh svn path=/trunk/; revision=506 --- macros/ChangeLog | 5 +++++ macros/gnome-guile-checks.m4 | 1 + 2 files changed, 6 insertions(+) diff --git a/macros/ChangeLog b/macros/ChangeLog index 4797bce3..3689c00d 100644 --- a/macros/ChangeLog +++ b/macros/ChangeLog @@ -1,3 +1,8 @@ +Sat Dec 5 23:30:01 PST 1998 Manish Singh + + * gnome-guile-checks.m4: clear GUILE_LIBS and GUILE_INCS if + guile isn't there (quick fix) + 1998-12-05 Martin Baulig * gnome-libgtop-sysdeps.m4: Recognice NetBSD as a valid diff --git a/macros/gnome-guile-checks.m4 b/macros/gnome-guile-checks.m4 index eeef5989..f858f65e 100644 --- a/macros/gnome-guile-checks.m4 +++ b/macros/gnome-guile-checks.m4 @@ -107,6 +107,7 @@ AC_DEFUN([GNOME_CHECK_GUILE], AC_MSG_WARN(Can not find Guile on this system) fi ac_cv_guile_found=no + GUILE_LIBS= GUILE_INCS= fi LIBS="$saved_LIBS" -- cgit v1.2.1