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.ac.pamphlet | |
parent | 7dba0b29efc2530c2939f75cd5bb757ab4db6b29 (diff) | |
download | open-axiom-92ea008a72331e4095621277305553417b617292.tar.gz |
Fix thinko.
Diffstat (limited to 'configure.ac.pamphlet')
-rw-r--r-- | configure.ac.pamphlet | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/configure.ac.pamphlet b/configure.ac.pamphlet index 6e773071..ac2ad33f 100644 --- a/configure.ac.pamphlet +++ b/configure.ac.pamphlet @@ -1235,7 +1235,8 @@ case $host in ;; *darwin*) oa_shrobj_flags='-dynamic' - oa_shrlib_flags='-dylib' + oa_shrlib_flags='-dynamic' + ;; *) ;; esac |