mirror of https://github.com/odrling/Aegisub
s/return;/return 0;/ for the Freetype run-check, bug #700, thank you!
Originally committed to SVN as r2181.
This commit is contained in:
parent
b012a3149c
commit
d0de1fe366
|
@ -211,7 +211,7 @@ AC_AGI_COMPILE([Freetype], [freetype], [$FREETYPE_CFLAGS], [$FREETYPE_LIBS],[
|
|||
int main(void) {
|
||||
FT_Library ft;
|
||||
if (FT_Init_FreeType(&ft)) { return 1; }
|
||||
return;
|
||||
return 0;
|
||||
}])
|
||||
|
||||
if test "$agi_with_freetype" = "no"; then
|
||||
|
|
Loading…
Reference in New Issue