diff options
author | Manish Singh <yosh@src.gnome.org> | 1998-12-06 07:35:53 +0000 |
---|---|---|
committer | Manish Singh <yosh@src.gnome.org> | 1998-12-06 07:35:53 +0000 |
commit | 9b8cc21d60a79680d36f452cb9bb4cdba5baae79 (patch) | |
tree | 753881f0b9b72fdc10435338dab4240760c8a7af | |
parent | d94ef2482a72be4ed7ad70d215cedf13fc487dab (diff) | |
download | gnome-common-9b8cc21d60a79680d36f452cb9bb4cdba5baae79.tar.gz |
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
-rw-r--r-- | macros/ChangeLog | 5 | ||||
-rw-r--r-- | macros/gnome-guile-checks.m4 | 1 |
2 files changed, 6 insertions, 0 deletions
diff --git a/macros/ChangeLog b/macros/ChangeLog index 4797bce..3689c00 100644 --- a/macros/ChangeLog +++ b/macros/ChangeLog @@ -1,3 +1,8 @@ +Sat Dec 5 23:30:01 PST 1998 Manish Singh <yosh@gimp.org> + + * gnome-guile-checks.m4: clear GUILE_LIBS and GUILE_INCS if + guile isn't there (quick fix) + 1998-12-05 Martin Baulig <martin@home-of-linux.org> * gnome-libgtop-sysdeps.m4: Recognice NetBSD as a valid diff --git a/macros/gnome-guile-checks.m4 b/macros/gnome-guile-checks.m4 index eeef598..f858f65 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" |