aboutsummaryrefslogtreecommitdiffstats
path: root/macros
diff options
context:
space:
mode:
Diffstat (limited to 'macros')
-rw-r--r--macros/ChangeLog4
-rw-r--r--macros/gnome-support.m42
2 files changed, 5 insertions, 1 deletions
diff --git a/macros/ChangeLog b/macros/ChangeLog
index 3e899bc3f0..02441ff6d0 100644
--- a/macros/ChangeLog
+++ b/macros/ChangeLog
@@ -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
diff --git a/macros/gnome-support.m4 b/macros/gnome-support.m4
index c2b28b458c..a2b618ae41 100644
--- a/macros/gnome-support.m4
+++ b/macros/gnome-support.m4
@@ -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