From 813b82b927b19532e3bc3397b972c8a27b9f6326 Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Mon, 4 Mar 2013 22:56:41 +0100 Subject: [PATCH] configure: Fix silly typo in logging command of check_struct() --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure b/configure index 1aae93b3d2..a933546091 100755 --- a/configure +++ b/configure @@ -923,7 +923,7 @@ check_type(){ } check_struct(){ - log check_type "$@" + log check_struct "$@" headers=$1 struct=$2 member=$3