diff options
Diffstat (limited to 'm4')
-rw-r--r-- | m4/jm-macros.m4 | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/m4/jm-macros.m4 b/m4/jm-macros.m4 index 434ccf263..e64896c20 100644 --- a/m4/jm-macros.m4 +++ b/m4/jm-macros.m4 @@ -46,8 +46,7 @@ AC_DEFUN(jm_MACROS, AC_REPLACE_FUNCS(strcasecmp strncasecmp) AC_REPLACE_FUNCS(dup2) - AC_REPLACE_FUNCS( -gethostbyname and gethostbyaddr. + AC_REPLACE_FUNCS(gethostbyname gethostbyaddr) dnl used by e.g. intl/*domain.c and lib/canon-host.c AC_REPLACE_FUNCS(strdup) |