From: Jan Nieuwenhuizen Date: Wed, 4 Jan 2006 21:45:46 +0000 (+0000) Subject: * lily/main.cc: X-Git-Tag: release/2.7.27~14 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=5badc94a46fd489275d1a0dccd86bfdea35e864f;p=lilypond.git * lily/main.cc: * configure.in: Cosmetic fixes. --- 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