Disabled shared lib when building vs. nacl library

This commit is contained in:
Jin^eLD 2014-03-18 01:39:54 +01:00
parent f9c9b263e0
commit 8974ed8327

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
]
)