From 45f147bca46b0eb1f5c8a1100eeda9a5afdfebed Mon Sep 17 00:00:00 2001 From: Sam Hocevar Date: Sat, 2 Mar 2013 19:42:26 +0000 Subject: [PATCH] =?UTF-8?q?build:=20link=20with=20-lnosys=20on=20NaCl=20be?= =?UTF-8?q?cause=20I=20don=E2=80=99t=20have=20time=20to=20find=20out=20wha?= =?UTF-8?q?t=20causes=20the=20Lua=20code=20to=20require=20fork().?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- configure.ac | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index 21052670..30386655 100644 --- a/configure.ac +++ b/configure.ac @@ -299,8 +299,7 @@ ac_cv_my_have_nacl="no" AC_LANG_PUSH(C++) AC_CHECK_HEADERS(ppapi/cpp/instance.h, [ac_cv_my_have_nacl="yes" - dnl Disable this warning, it's too verbose with vector.h - AM_CXXFLAGS="${AM_CXXFLAGS} -Wno-sign-compare"]) + LOL_LIBS="${LOL_LIBS} -lnosys"]) AC_LANG_POP(C++) AM_CONDITIONAL(USE_NACL, test "${ac_cv_my_have_nacl}" != "no")