aboutsummaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authordos-reis <gdr@axiomatics.org>2008-03-26 19:48:07 +0000
committerdos-reis <gdr@axiomatics.org>2008-03-26 19:48:07 +0000
commit2e49f3a88c546dd39b3140958b5a39f9efc077b7 (patch)
tree291f6096701f743703d6a755ae51e4ce1451fe59 /configure
parentbb334891d2d19c615581eef327cdfef4afaaea6b (diff)
downloadopen-axiom-2e49f3a88c546dd39b3140958b5a39f9efc077b7.tar.gz
fix thinko
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 725b0e00..44a49cf8 100755
--- a/configure
+++ b/configure
@@ -21070,7 +21070,7 @@ echo $ECHO_N "checking compiled Lisp file extension... $ECHO_C" >&6; }
## 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