Build vsnprintf.o, not vsnprint.o.
Mon Mar 9 19:32:42 1998 Tom Tromey <tromey@cygnus.com> * gnome-support.m4: Build vsnprintf.o, not vsnprint.o. svn path=/trunk/; revision=63
This commit is contained in:
@ -1,3 +1,7 @@
|
||||
Mon Mar 9 19:32:42 1998 Tom Tromey <tromey@cygnus.com>
|
||||
|
||||
* gnome-support.m4: Build vsnprintf.o, not vsnprint.o.
|
||||
|
||||
1998-03-09 Raja R Harinath <harinath@cs.umn.edu>
|
||||
|
||||
* gnome-support.m4: Add check for `vsnprintf'.
|
||||
|
@ -28,7 +28,8 @@ AC_DEFUN([GNOME_SUPPORT_CHECKS],[
|
||||
|
||||
AC_CHECK_FUNCS(vsnprintf,,[
|
||||
AC_CHECK_FUNCS(__vsnprintf,
|
||||
LIBOBJS="$LIBOBJS easy-vsnprintf.o",LIBOBJS="$LIBOBJS vsnprint.o")])
|
||||
LIBOBJS="$LIBOBJS easy-vsnprintf.o",
|
||||
LIBOBJS="$LIBOBJS vsnprintf.o")])
|
||||
|
||||
AC_REPLACE_FUNCS(strtok_r strcasecmp strndup strnlen)
|
||||
|
||||
|
Reference in New Issue
Block a user