From 2e49f3a88c546dd39b3140958b5a39f9efc077b7 Mon Sep 17 00:00:00 2001 From: dos-reis Date: Wed, 26 Mar 2008 19:48:07 +0000 Subject: fix thinko --- configure.ac.pamphlet | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure.ac.pamphlet') diff --git a/configure.ac.pamphlet b/configure.ac.pamphlet index bf268ab1..db9119c9 100644 --- a/configure.ac.pamphlet +++ b/configure.ac.pamphlet @@ -944,7 +944,7 @@ if test -z $axiom_fasl_type; then ## replacement of by . axiom_save_IFS=$IFS IFS=' ' - axiom_fasl_type=`$axiom_lisp $axiom_quiet_flags $axiom_eval_flags '(progn (format t "axiom_fasl_type=~a" (pathname-type (compile-file-pathname "foo.lisp #+:ecl :type #+:ecl :object"))) (quit))'` + axiom_fasl_type=`$axiom_lisp $axiom_quiet_flags $axiom_eval_flags '(progn (format t "axiom_fasl_type=~a" (pathname-type (compile-file-pathname "foo.lisp" #+:ecl :type #+:ecl :object))) (quit))'` ## Now pull out the fasl type. ECL has the habit of spitting noise ## about internal loading. Therefore, we must look only for a line that -- cgit v1.2.3