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:
parent
d59d4dd766
commit
c9d932d239
@ -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'.
|
||||
|
@ -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)
|
||||
])
|
||||
|
Loading…
Reference in New Issue
Block a user