From: Sebastian Andrzej Siewior Date: Fri, 24 Feb 2012 17:16:07 +0000 (+0100) Subject: build-sys: add a crosscompile path for scanf_cv_alloc_modifier X-Git-Tag: v2.22-rc1~741 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b420e279691f8ac865ccdbccb377024a55debd41;p=thirdparty%2Futil-linux.git build-sys: add a crosscompile path for scanf_cv_alloc_modifier This allows to building the package cross again. Since the return value is not used I guess there is little loss. Signed-off-by: Sebastian Andrzej Siewior --- diff --git a/configure.ac b/configure.ac index eab9f85aee..966e9da94d 100644 --- a/configure.ac +++ b/configure.ac @@ -383,6 +383,8 @@ AC_CACHE_VAL([scanf_cv_alloc_modifier], [scanf_cv_alloc_modifier=as], [scanf_cv_alloc_modifier=no] ) + , + [scanf_cv_alloc_modifier=no] ) )