diff options
author | dos-reis <gdr@axiomatics.org> | 2015-06-01 04:05:15 +0000 |
---|---|---|
committer | dos-reis <gdr@axiomatics.org> | 2015-06-01 04:05:15 +0000 |
commit | 804fb6bd7df06d47341ba360f7ea4f3705d29a64 (patch) | |
tree | 759c15a65ff1b58f669aec0b917ee7a90f07a19b /src/algebra | |
parent | 76cac1158adc1b9305d36fb43f64f837de26f460 (diff) | |
download | open-axiom-804fb6bd7df06d47341ba360f7ea4f3705d29a64.tar.gz |
Fix typos in configration scripts.
Diffstat (limited to 'src/algebra')
-rw-r--r-- | src/algebra/Makefile.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/algebra/Makefile.in b/src/algebra/Makefile.in index 569f8c30..86bdffc1 100644 --- a/src/algebra/Makefile.in +++ b/src/algebra/Makefile.in @@ -546,6 +546,7 @@ oa_enable_checking = @oa_enable_checking@ oa_enable_profiling = @oa_enable_profiling@ oa_enable_threads = @oa_enable_threads@ oa_eval_flags = @oa_eval_flags@ +oa_extra_cxxflags = @oa_extra_cxxflags@ oa_host_has_regex = @oa_host_has_regex@ oa_keep_files = @oa_keep_files@ oa_lisp_flavor = @oa_lisp_flavor@ |