put getline() in AC_REPLACE_FUNCS for platform that does not have any.
Showing
1 changed file
with
1 additions
and
1 deletions
... | @@ -56,7 +56,7 @@ AC_REQUIRE([jm_FUNC_MALLOC]) | ... | @@ -56,7 +56,7 @@ AC_REQUIRE([jm_FUNC_MALLOC]) |
56 | AC_REQUIRE([jm_FUNC_REALLOC]) | 56 | AC_REQUIRE([jm_FUNC_REALLOC]) |
57 | AC_FUNC_ALLOCA | 57 | AC_FUNC_ALLOCA |
58 | AC_FUNC_MEMCMP | 58 | AC_FUNC_MEMCMP |
59 | AC_REPLACE_FUNCS(snprintf, strtok_r) | 59 | AC_REPLACE_FUNCS(snprintf, strtok_r, getline) |
60 | 60 | ||
61 | dnl Check for libraries | 61 | dnl Check for libraries |
62 | 62 | ... | ... |
-
Please register or sign in to post a comment