From afa5e95c93dd5f4c8ce85f12150e8afca4f3fd44 Mon Sep 17 00:00:00 2001 From: janneke Date: Wed, 9 Mar 2005 19:44:56 +0000 Subject: [PATCH] Fix test. --- ChangeLog | 4 ++++ stepmake/aclocal.m4 | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 5ef7d52d7b..8d81dcec3e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2005-03-09 Jan Nieuwenhuizen + + * stepmake/aclocal.m4: Fix test. + 2005-03-09 Graham Percival * Documentation/user/invoking.itely: added Sebastino Vigna's diff --git a/stepmake/aclocal.m4 b/stepmake/aclocal.m4 index 07bb56d3b9..a5a7c51879 100644 --- a/stepmake/aclocal.m4 +++ b/stepmake/aclocal.m4 @@ -820,7 +820,7 @@ AC_DEFUN(STEPMAKE_KPATHSEA, [ if test "$kpathsea_b" != no; then AC_MSG_RESULT(yes) KPATHSEA=1 - if "$have_libkpathsea_so" = "no" ; then + if test "$have_libkpathsea_so" = "no"; then KPATHSEA_LIBS="-lkpathsea" fi else -- 2.39.5