MacOS X compile time changes. (Timothy Wood)

This commit is contained in:
steve
2001-09-20 03:21:01 +00:00
parent 21c844363a
commit a73cfbc2b5
9 changed files with 73 additions and 4 deletions
+4
View File
@@ -47,6 +47,10 @@ case "${host}" in
shared="-b"
;;
*-*-darwin*)
shared="-bundle -undefined suppress"
;;
esac
AC_SUBST(shared)
AC_MSG_RESULT($shared)