diff --git a/configure b/configure
index a2aad677c8beadfcd244f3a5ab1f200fa95ec71e..334b597a8bf21a3b56d8a5bb03b98de96d4390bb 100755
--- a/configure
+++ b/configure
@@ -1118,7 +1118,7 @@ check_header_objcc(){
     {
        echo "#include <$header>"
        echo "int main(void) { return 0; }"
-    } | check_objcc && check_stat "$TMPO" && enable_safe $headers
+    } | check_objcc && check_stat "$TMPO" && enable_safe $header
 }
 
 check_func(){