From 107ad00817e448d5bf8949ca7d3796b7f22d327c Mon Sep 17 00:00:00 2001 From: Jens Axboe Date: Thu, 8 Jun 2017 09:58:40 -0600 Subject: [PATCH] configure: remember to initialize 'strndup' to "no" Signed-off-by: Jens Axboe --- configure | 1 + 1 file changed, 1 insertion(+) diff --git a/configure b/configure index 929b3569..afb88cac 100755 --- a/configure +++ b/configure @@ -1972,6 +1972,7 @@ print_config "bool" "$have_bool" ########################################## # Check whether we have strndup() +strndup="no" cat > $TMPC << EOF #include #include -- 2.25.1