Replace `strcasecmp' if necessary.

* gnome-support.m4 (GNOME_SUPPORT_CHECKS): Replace `strcasecmp' if
necessary.

- Hari

svn path=/trunk/; revision=39
This commit is contained in:
Raja R Harinath 1998-02-18 21:36:45 +00:00
parent d59d4dd766
commit c9d932d239
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
1998-02-18 Raja R Harinath <harinath@cs.umn.edu>
* gnome-support.m4 (GNOME_SUPPORT_CHECKS): Replace `strcasecmp' if
necessary.
1998-02-15 Raja R Harinath <harinath@cs.umn.edu>
* Makefile.am (MACROS): Add `gnome-pthread-check.m4'.

View File

@ -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)
])