OSDN Git Service

configure: Fix silly typo in logging command of check_struct()
authorDiego Biurrun <diego@biurrun.de>
Mon, 4 Mar 2013 21:56:41 +0000 (22:56 +0100)
committerDiego Biurrun <diego@biurrun.de>
Tue, 5 Mar 2013 10:04:37 +0000 (11:04 +0100)
configure

index 1aae93b..a933546 100755 (executable)
--- a/configure
+++ b/configure
@@ -923,7 +923,7 @@ check_type(){
 }
 
 check_struct(){
-    log check_type "$@"
+    log check_struct "$@"
     headers=$1
     struct=$2
     member=$3