From 20261dd2f618e74cf94765f411e52becc3b39099 Mon Sep 17 00:00:00 2001 From: Frank Gevaerts Date: Mon, 11 Jun 2012 23:21:45 +0200 Subject: Fix YP-R0 build. YP-R0 never used sigaltstack threading, although it was (inadvertently) defined. Due to the new handling of ifdefs in 268b725 this definition started to be used, so remove it. Change-Id: Ib5247741fc6dcfb66022d50c269812dfc3c4e214 --- tools/configure | 1 - 1 file changed, 1 deletion(-) diff --git a/tools/configure b/tools/configure index 7d860683cf..7240f7674d 100755 --- a/tools/configure +++ b/tools/configure @@ -646,7 +646,6 @@ ypr0cc () { SHARED_LDFLAG="-shared" SHARED_CFLAGS='' endian="little" - thread_support="HAVE_SIGALTSTACK_THREADS" app_type="ypr0" # Include path -- cgit v1.2.3