Look for vasprintf.

* gnome-support.m4 (AC_REPLACE_FUNCS): Look for vasprintf.

svn path=/trunk/; revision=82
This commit is contained in:
Raja R Harinath
1998-04-01 03:48:15 +00:00
parent b254597d85
commit a0487eaeb0
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
1998-03-31 Raja R Harinath <harinath@cs.umn.edu>
* gnome-support.m4 (AC_REPLACE_FUNCS): Look for vasprintf.
Thu Mar 19 23:23:30 1998 Tom Tromey <tromey@cygnus.com>
* gnome.m4: An empty true branch of an `if' statement is not valid

View File

@ -57,7 +57,7 @@ AC_DEFUN([GNOME_SUPPORT_CHECKS],[
LIBOBJS="$LIBOBJS easy-vsnprintf.o",
LIBOBJS="$LIBOBJS vsnprintf.o")])
AC_REPLACE_FUNCS(strtok_r strcasecmp strndup strnlen)
AC_REPLACE_FUNCS(strtok_r strcasecmp strndup strnlen vasprintf)
if test "$LIBOBJS" != ""; then
need_gnome_support=yes