we only require strcasestr if setlocale() is used at the moment

This commit is contained in:
tg 2007-05-02 20:02:07 +00:00
parent 9e708d91b8
commit 5f61b50a90
1 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
#!/bin/sh
# $MirOS: src/bin/mksh/Build.sh,v 1.183 2007/04/30 19:50:09 tg Exp $
# $MirOS: src/bin/mksh/Build.sh,v 1.184 2007/05/02 20:02:07 tg Exp $
#-
# Environment used: CC CFLAGS CPP CPPFLAGS LDFLAGS LIBS NOWARN NROFF TARGET_OS
# CPPFLAGS recognised: MKSH_SMALL MKSH_ASSUME_UTF8 MKSH_NEED_MKNOD MKSH_NOPWNAM
@ -596,7 +596,7 @@ ac_test setgroups setresugid 0 <<-'EOF'
int main(void) { gid_t gid = 0; return (setgroups(0, &gid)); }
EOF
ac_test strcasestr <<-'EOF'
ac_test strcasestr setlocale_ctype 1 <<-'EOF'
#include <stddef.h>
#include <string.h>
int main(int ac, char *av[]) {