From c9d932d2395aa2281fba90ad4d02bfbea03b83e1 Mon Sep 17 00:00:00 2001 From: Raja R Harinath Date: Wed, 18 Feb 1998 21:36:45 +0000 Subject: Replace `strcasecmp' if necessary. * gnome-support.m4 (GNOME_SUPPORT_CHECKS): Replace `strcasecmp' if necessary. - Hari svn path=/trunk/; revision=39 --- macros/ChangeLog | 5 +++++ macros/gnome-support.m4 | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/macros/ChangeLog b/macros/ChangeLog index 72e47bd22b..a4c4d43907 100644 --- a/macros/ChangeLog +++ b/macros/ChangeLog @@ -1,3 +1,8 @@ +1998-02-18 Raja R Harinath + + * gnome-support.m4 (GNOME_SUPPORT_CHECKS): Replace `strcasecmp' if + necessary. + 1998-02-15 Raja R Harinath * Makefile.am (MACROS): Add `gnome-pthread-check.m4'. 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) ]) -- cgit v1.2.3