[svn-r1763] Shared mode works fine now with IRIX64. Removed the special disable-shared.

This commit is contained in:
Albert Cheng 1999-10-15 16:16:02 -05:00
parent 58b930fc76
commit 4c93f8deb4

View File

@ -80,8 +80,5 @@ case "X-$CC_BASENAME" in
# Extra profiling flags
PROFILE_CFLAGS=-pg
PROFILE_CPPFLAGS=
# Turn off shared lib option. It does not work for IRIX64 yet.
test `uname -s` = IRIX64 && enable_shared="${enable_shared:-no}"
;;
esac