]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
build-sys: add a crosscompile path for scanf_cv_alloc_modifier
authorSebastian Andrzej Siewior <bigeasy@linutronix.de>
Fri, 24 Feb 2012 17:16:07 +0000 (18:16 +0100)
committerKarel Zak <kzak@redhat.com>
Tue, 28 Feb 2012 14:03:04 +0000 (15:03 +0100)
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 <bigeasy@linutronix.de>
configure.ac

index eab9f85aee5ca852b6990e6476b5ec947425ef0e..966e9da94dc6635e919d2342e7a16e67ee036486 100644 (file)
@@ -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]
   )
 )