From 708ed9d04e2d7e181556ddaeed3a61cf2f5dc9d0 Mon Sep 17 00:00:00 2001 From: Han-Wen Nienhuys Date: Wed, 18 May 2005 14:22:25 +0000 Subject: [PATCH] remove kpathsea warning, change to OPTIONAL. --- ChangeLog | 2 ++ stepmake/aclocal.m4 | 9 +-------- 2 files changed, 3 insertions(+), 8 deletions(-) diff --git a/ChangeLog b/ChangeLog index ad5c10fb6b..1efac84329 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 2005-05-18 Han-Wen Nienhuys + * stepmake/aclocal.m4: remove kpathsea warning, change to OPTIONAL. + * scm/lily.scm (running-from-gui?): lowercase Darwin. * lily/function-documentation.cc (ly_add_function_documentation): diff --git a/stepmake/aclocal.m4 b/stepmake/aclocal.m4 index e35b8625a1..d6cd6231f0 100644 --- a/stepmake/aclocal.m4 +++ b/stepmake/aclocal.m4 @@ -780,14 +780,7 @@ AC_DEFUN(STEPMAKE_KPATHSEA, [ AC_CHECK_LIB(kpathsea, kpse_find_file) AC_CHECK_FUNCS(kpse_find_file,,kpathsea_b=no) if test "$kpathsea_b" = "no"; then - warn='kpathsea (libkpathsea-dev, kpathsea-devel or tetex-devel - package). - Else, please specify the directories where kpathsea/kpathsea.h and - libkpathsea.a are installed using --with-kpathsea-include and - --with-kpathsea-lib options. You should install kpathsea; see - INSTALL.txt. Rerun ./configure --without-kpathsea only if kpathsea - is not available for your platform.' - STEPMAKE_ADD_ENTRY(REQUIRED, $warn) + STEPMAKE_ADD_ENTRY(OPTIONAL, $warn) fi fi -- 2.39.5