Look for vasprintf.
authorRaja R Harinath <harinath@src.gnome.org>
Wed, 1 Apr 1998 03:48:15 +0000 (03:48 +0000)
committerRaja R Harinath <harinath@src.gnome.org>
Wed, 1 Apr 1998 03:48:15 +0000 (03:48 +0000)
* gnome-support.m4 (AC_REPLACE_FUNCS): Look for vasprintf.

svn path=/trunk/; revision=181

macros/ChangeLog
macros/gnome-support.m4

index 3e899bc..02441ff 100644 (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
index c2b28b4..a2b618a 100644 (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