From f37e3a1f700d154cf49284e7df146148649502a1 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/gnome-guile-checks.m4 | 1 + 1 file changed, 1 insertion(+) (limited to 'macros/gnome-guile-checks.m4') diff --git a/macros/gnome-guile-checks.m4 b/macros/gnome-guile-checks.m4 index eeef598940..f858f65e5e 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