mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-10 15:22:04 +00:00
correct some cut&paste errors pointed out by Jaq
This commit is contained in:
parent
fafb014bbe
commit
e677b4acf3
1 changed files with 2 additions and 2 deletions
|
@ -236,8 +236,8 @@ AC_TRY_COMPILE(
|
||||||
AC_MSG_CHECKING(for strcasestr in string.h)
|
AC_MSG_CHECKING(for strcasestr in string.h)
|
||||||
AC_TRY_COMPILE(
|
AC_TRY_COMPILE(
|
||||||
[#include "string.h"],
|
[#include "string.h"],
|
||||||
[int (*foo)() = strnlen;],
|
[int (*foo)() = strcasestr;],
|
||||||
AC_DEFINE(HAVE_STRCASESTR_PROTO, 1, [Define this if fnmatch is prototyped in string.h])
|
AC_DEFINE(HAVE_STRCASESTR_PROTO, 1, [Define this if strcasestr is prototyped in string.h])
|
||||||
AC_MSG_RESULT(yes),
|
AC_MSG_RESULT(yes),
|
||||||
AC_MSG_RESULT(no)
|
AC_MSG_RESULT(no)
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in a new issue