diff options
Diffstat (limited to 'Build/source/texk/chktex/configure')
-rwxr-xr-x | Build/source/texk/chktex/configure | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/Build/source/texk/chktex/configure b/Build/source/texk/chktex/configure index 11bc6811438..c1f033de9c5 100755 --- a/Build/source/texk/chktex/configure +++ b/Build/source/texk/chktex/configure @@ -13263,13 +13263,12 @@ fi done -for ac_func in putenv strcasecmp strtol strstr +for ac_func in putenv do : - as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh` -ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var" -if eval test \"x\$"$as_ac_var"\" = x"yes"; then : + ac_fn_c_check_func "$LINENO" "putenv" "ac_cv_func_putenv" +if test "x$ac_cv_func_putenv" = xyes; then : cat >>confdefs.h <<_ACEOF -#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1 +#define HAVE_PUTENV 1 _ACEOF fi @@ -13498,7 +13497,7 @@ fi done -for ac_func in access closedir fileno isatty opendir readdir stat strcasecmp strdup strlwr strtol +for ac_func in access closedir fileno isatty opendir readdir stat strcasecmp strdup strlwr do : as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh` ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var" |