mirror of https://github.com/odrling/Aegisub
typo fix: s/wether/whether/
Originally committed to SVN as r2127.
This commit is contained in:
parent
f8600b921d
commit
732cbbb223
|
@ -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"])
|
||||||
|
|
Loading…
Reference in New Issue