aboutsummaryrefslogtreecommitdiffstats
path: root/macros/gnome-support.m4
diff options
context:
space:
mode:
Diffstat (limited to 'macros/gnome-support.m4')
-rw-r--r--macros/gnome-support.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/macros/gnome-support.m4 b/macros/gnome-support.m4
index 381bc98ca8..1ec30425ad 100644
--- a/macros/gnome-support.m4
+++ b/macros/gnome-support.m4
@@ -9,6 +9,6 @@ AC_DEFUN([GNOME_SUPPORT_CHECKS],[
AC_TRY_LINK([#include <errno.h>],[
char *foo = program_invocation_name], [
AC_DEFINE(HAVE_PROGRAM_INVOCATION_NAME)])
- AC_REPLACE_FUNCS(strtok_r strcasecmp strndup)
+ AC_REPLACE_FUNCS(strtok_r strcasecmp strndup strnlen)
AC_SUBST(LIBOBJS)
])