typo fix: s/wether/whether/

Originally committed to SVN as r2127.
master
Amar Takhar 2008-03-23 23:08:41 +00:00
parent f8600b921d
commit 732cbbb223
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ AC_DEFUN([AC_AGI_COMPILE],[
CPPFLAGS="$3"
LDFLAGS="$4"
AC_CACHE_CHECK(
[wether $1 works], [agi_with_$2],
[whether $1 works], [agi_with_$2],
[AC_RUN_IFELSE([$5],
[eval agi_with_$2="yes"],
[eval agi_with_$2="no"])