diff options
author | dos-reis <gdr@axiomatics.org> | 2008-04-04 18:31:10 +0000 |
---|---|---|
committer | dos-reis <gdr@axiomatics.org> | 2008-04-04 18:31:10 +0000 |
commit | 92ea008a72331e4095621277305553417b617292 (patch) | |
tree | 647fd77e61bb14989ba7645ec5574f172e333410 /configure | |
parent | 7dba0b29efc2530c2939f75cd5bb757ab4db6b29 (diff) | |
download | open-axiom-92ea008a72331e4095621277305553417b617292.tar.gz |
Fix thinko.
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -19320,7 +19320,8 @@ case $host in ;; *darwin*) oa_shrobj_flags='-dynamic' - oa_shrlib_flags='-dylib' + oa_shrlib_flags='-dynamic' + ;; *) ;; esac |