summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorSebastian Andrzej Siewior2012-02-24 18:16:07 +0100
committerKarel Zak2012-02-28 15:03:04 +0100
commitb420e279691f8ac865ccdbccb377024a55debd41 (patch)
treebdc640a37824fa1678ce6034488128fdabe75e15 /configure.ac
parenttests: make output and diff dirs usage more robust (diff)
downloadkernel-qcow2-util-linux-b420e279691f8ac865ccdbccb377024a55debd41.tar.gz
kernel-qcow2-util-linux-b420e279691f8ac865ccdbccb377024a55debd41.tar.xz
kernel-qcow2-util-linux-b420e279691f8ac865ccdbccb377024a55debd41.zip
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 <bigeasy@linutronix.de>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 2 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index eab9f85ae..966e9da94 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]
)
)