From 5badc94a46fd489275d1a0dccd86bfdea35e864f Mon Sep 17 00:00:00 2001 From: Jan Nieuwenhuizen <janneke@gnu.org> Date: Wed, 4 Jan 2006 21:45:46 +0000 Subject: [PATCH] * lily/main.cc: * configure.in: Cosmetic fixes. --- configure.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/configure.in b/configure.in index 68d2ad7baf..4dd5c2d40b 100644 --- a/configure.in +++ b/configure.in @@ -119,7 +119,8 @@ fi AC_MSG_CHECKING([New Century Schoolbook PFB files]) if test "$NCSB_DIR" = "unknown"; then - which locate >& /dev/null + # use `type' command rather than external program `which' + type locate >& /dev/null if test "$?" = "0"; then for d in `locate c059033l.pfb `; do if test -f `dirname "$d"`/c059033l.afm ; then -- 2.39.5