From 317f6a9bccdbd0e75ad645dc0ee0731b5f96cbd8 Mon Sep 17 00:00:00 2001 From: Raja R Harinath Date: Thu, 12 Nov 1998 16:49:21 +0000 Subject: Remove easy-vsnprintf hack -- it doesn't work for Solaris 2.5 binaries * gnome-support.m4 (vsnprintf): Remove easy-vsnprintf hack -- it doesn't work for Solaris 2.5 binaries running on Solaris 2.6. From Frederic Devernay . svn path=/trunk/; revision=468 --- macros/ChangeLog | 6 ++++++ macros/gnome-support.m4 | 7 +------ 2 files changed, 7 insertions(+), 6 deletions(-) (limited to 'macros') diff --git a/macros/ChangeLog b/macros/ChangeLog index d94db25ef9..99b25919c8 100644 --- a/macros/ChangeLog +++ b/macros/ChangeLog @@ -1,3 +1,9 @@ +1998-11-12 Raja R Harinath + + * gnome-support.m4 (vsnprintf): Remove easy-vsnprintf hack -- it + doesn't work for Solaris 2.5 binaries running on Solaris 2.6. + From Frederic Devernay . + 1998-11-06 Raja R Harinath * gnome-support.m4: Fix stupid type (sterror_r -> strerror_r). diff --git a/macros/gnome-support.m4 b/macros/gnome-support.m4 index 93ef3206f7..458b61096c 100644 --- a/macros/gnome-support.m4 +++ b/macros/gnome-support.m4 @@ -58,13 +58,8 @@ AC_DEFUN([GNOME_SUPPORT_CHECKS],[ fi done - AC_CHECK_FUNCS(vsnprintf,,[ - AC_CHECK_FUNCS(__vsnprintf, - LIBOBJS="$LIBOBJS easy-vsnprintf.o", - LIBOBJS="$LIBOBJS vsnprintf.o")]) - AC_REPLACE_FUNCS(memmove mkstemp scandir strcasecmp strerror strndup strnlen) - AC_REPLACE_FUNCS(strtok_r strtod strtol strtoul vasprintf) + AC_REPLACE_FUNCS(strtok_r strtod strtol strtoul vasprintf vsnprintf) AC_CHECK_FUNCS(realpath,,LIBOBJS="$LIBOBJS canonicalize.o") -- cgit v1.2.3