Home
last modified time | relevance | path

Searched refs:ac_cv_have_strstr (Results 1 – 4 of 4) sorted by relevance

/dports/www/links1/links-1.04/
H A Dconfigure.in329 AC_CACHE_CHECK([for strstr], ac_cv_have_strstr,
330 …INK([#include <string.h>], [strstr("", ""); return 0;], ac_cv_have_strstr=yes, ac_cv_have_strstr=n…
332 if test "$ac_cv_have_strstr" = yes; then
H A Dconfigure6718 echo "$ac_t""$ac_cv_have_strstr" 1>&6
6719 if test "$ac_cv_have_strstr" = yes; then
/dports/www/links/links-2.25/
H A Dconfigure.in396 AC_CACHE_CHECK([for strstr], ac_cv_have_strstr,
397 …har * volatile str2 = ""; return !!strstr(str2, str);], ac_cv_have_strstr=yes, ac_cv_have_strstr=n…
399 if test "$ac_cv_have_strstr" = yes; then
H A Dconfigure3882 echo "$ac_t""$ac_cv_have_strstr" 1>&6
3883 if test "$ac_cv_have_strstr" = yes; then