From 06bdc79d62b92703666095f7bd33a7ef9d3602a9 Mon Sep 17 00:00:00 2001 From: Thiago Macieira Date: Mon, 20 Jul 2015 00:07:12 -0700 Subject: [PATCH] Add name to the cloexec feature test Also solves a warning printed: configure: 4200: shift: can't shift that many Change-Id: Ib306f8f647014b399b87ffff13f295e2cdb7f8d7 Reviewed-by: Friedemann Kleint --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure b/configure index 864b7479194..6c17ac625a2 100755 --- a/configure +++ b/configure @@ -5871,7 +5871,7 @@ if [ "$CFG_GETIFADDRS" != "no" ]; then fi # find if the platform provides thread-safe CLOEXEC support -if compileTest unix/cloexec; then +if compileTest unix/cloexec "cloexec"; then CFG_CLOEXEC=yes fi