summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 864b747919..6c17ac625a 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