Merge pull request #807 from jin-eld/fix-nacl-builds

Disabled shared lib when building vs. nacl library
This commit is contained in:
irungentoo 2014-03-17 20:43:42 -04:00
commit f85d5e512d

View File

@ -62,6 +62,7 @@ AC_ARG_ENABLE([nacl],
WANT_NACL="no"
elif test "x$enableval" = "xyes"; then
WANT_NACL="yes"
AC_DISABLE_SHARED
fi
]
)