typo fix: s/wether/whether/

Originally committed to SVN as r2127.
This commit is contained in:
Amar Takhar 2008-03-23 23:08:41 +00:00
parent f8600b921d
commit 732cbbb223

View file

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