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:
Tom Tromey
1998-03-10 02:34:27 +00:00
committed by Tom Tromey
parent 2aae804727
commit 616ba82aef
2 changed files with 6 additions and 1 deletions

View File

@ -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'.

View File

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