Look for vasprintf.
* gnome-support.m4 (AC_REPLACE_FUNCS): Look for vasprintf. svn path=/trunk/; revision=82
This commit is contained in:
@ -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
|
||||
|
@ -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
|
||||
|
Reference in New Issue
Block a user