]> git.donarmstrong.com Git - lilypond.git/commitdiff
* lily/main.cc:
authorJan Nieuwenhuizen <janneke@gnu.org>
Wed, 4 Jan 2006 21:45:46 +0000 (21:45 +0000)
committerJan Nieuwenhuizen <janneke@gnu.org>
Wed, 4 Jan 2006 21:45:46 +0000 (21:45 +0000)
* configure.in: Cosmetic fixes.

configure.in

index 68d2ad7baf0431b5c6983a2bd98dcae1e172b728..4dd5c2d40b1cb797764fc97f1ea5cbbfab7661c7 100644 (file)
@@ -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