aboutsummaryrefslogtreecommitdiffstats
path: root/macros/gnome-guile-checks.m4
diff options
context:
space:
mode:
authorManish Singh <yosh@src.gnome.org>1998-12-06 15:35:53 +0800
committerManish Singh <yosh@src.gnome.org>1998-12-06 15:35:53 +0800
commitf37e3a1f700d154cf49284e7df146148649502a1 (patch)
tree7e2147c76684b8aa2596e78ad4120eb8fc8aa45e /macros/gnome-guile-checks.m4
parentb5deed33cdf36896fc5efd2cd924e7d2b8fff608 (diff)
downloadgsoc2013-evolution-f37e3a1f700d154cf49284e7df146148649502a1.tar
gsoc2013-evolution-f37e3a1f700d154cf49284e7df146148649502a1.tar.gz
gsoc2013-evolution-f37e3a1f700d154cf49284e7df146148649502a1.tar.bz2
gsoc2013-evolution-f37e3a1f700d154cf49284e7df146148649502a1.tar.lz
gsoc2013-evolution-f37e3a1f700d154cf49284e7df146148649502a1.tar.xz
gsoc2013-evolution-f37e3a1f700d154cf49284e7df146148649502a1.tar.zst
gsoc2013-evolution-f37e3a1f700d154cf49284e7df146148649502a1.zip
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
Diffstat (limited to 'macros/gnome-guile-checks.m4')
-rw-r--r--macros/gnome-guile-checks.m41
1 files changed, 1 insertions, 0 deletions
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"