Commit 0798714e 0798714ec385d566bb70e1e4aad5fbac70d88a82 by Alain Magloire

Check for getdelim()

1 parent 7dc6bca6
1 2001-10-24 Alain Magloire
2
3 * configure.in: Check for getdelim().
4
1 2001-10-23 Alain Magloire 5 2001-10-23 Alain Magloire
2 6
3 The message_t object makes no guaranty about the size and the lines 7 The message_t object makes no guaranty about the size and the lines
......
...@@ -115,7 +115,7 @@ if test "$ac_cv_func_fnmatch_works" = "no"; then ...@@ -115,7 +115,7 @@ if test "$ac_cv_func_fnmatch_works" = "no"; then
115 fi 115 fi
116 AC_REPLACE_FUNCS(fgetpwent setenv snprintf strtok_r strncasecmp strcasecmp \ 116 AC_REPLACE_FUNCS(fgetpwent setenv snprintf strtok_r strncasecmp strcasecmp \
117 strsignal vasprintf) 117 strsignal vasprintf)
118 AC_CHECK_FUNCS(mkstemp sigaction sysconf) 118 AC_CHECK_FUNCS(mkstemp sigaction sysconf getdelim)
119 119
120 dnl Check for libraries 120 dnl Check for libraries
121 AC_CHECK_FUNCS(argp_parse) 121 AC_CHECK_FUNCS(argp_parse)
......