diff options
author | dos-reis <gdr@axiomatics.org> | 2008-03-26 19:48:07 +0000 |
---|---|---|
committer | dos-reis <gdr@axiomatics.org> | 2008-03-26 19:48:07 +0000 |
commit | 2e49f3a88c546dd39b3140958b5a39f9efc077b7 (patch) | |
tree | 291f6096701f743703d6a755ae51e4ce1451fe59 /configure.ac.pamphlet | |
parent | bb334891d2d19c615581eef327cdfef4afaaea6b (diff) | |
download | open-axiom-2e49f3a88c546dd39b3140958b5a39f9efc077b7.tar.gz |
fix thinko
Diffstat (limited to 'configure.ac.pamphlet')
-rw-r--r-- | configure.ac.pamphlet | 2 |
1 files changed, 1 insertions, 1 deletions
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 <newline> by <space>. 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 |