configure: Fix silly typo in logging command of check_struct()

pull/19/head
Diego Biurrun 12 years ago
parent 15ea1ac695
commit 813b82b927
  1. 2
      configure

2
configure vendored

@ -923,7 +923,7 @@ check_type(){
}
check_struct(){
log check_type "$@"
log check_struct "$@"
headers=$1
struct=$2
member=$3

Loading…
Cancel
Save