diff options
Diffstat (limited to 'macros/gnome-support.m4')
-rw-r--r-- | macros/gnome-support.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/macros/gnome-support.m4 b/macros/gnome-support.m4 index 9286f79b45..28b8e116df 100644 --- a/macros/gnome-support.m4 +++ b/macros/gnome-support.m4 @@ -2,6 +2,6 @@ dnl libsupport stuff dnl GNOME_SUPPORT_CHECKS AC_DEFUN([GNOME_SUPPORT_CHECKS],[ AC_CHECK_FUNCS(getopt_long,,LIBOBJS="$LIBOBJS getopt.o getopt1.o") - AC_REPLACE_FUNCS(strtok_r) + AC_REPLACE_FUNCS(strtok_r strcasecmp) AC_SUBST(LIBOBJS) ]) |