Remove easy-vsnprintf hack -- it doesn't work for Solaris 2.5 binaries
authorRaja R Harinath <harinath@src.gnome.org>
Thu, 12 Nov 1998 16:49:21 +0000 (16:49 +0000)
committerRaja R Harinath <harinath@src.gnome.org>
Thu, 12 Nov 1998 16:49:21 +0000 (16:49 +0000)
* 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 <devernay@istar.fr>.

svn path=/trunk/; revision=469

macros/ChangeLog
macros/gnome-support.m4

index d94db25..99b2591 100644 (file)
@@ -1,3 +1,9 @@
+1998-11-12  Raja R Harinath  <harinath@cs.umn.edu>
+
+       * 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 <devernay@istar.fr>.
+
 1998-11-06  Raja R Harinath  <harinath@cs.umn.edu>
 
        * gnome-support.m4: Fix stupid type (sterror_r -> strerror_r).
index 93ef320..458b610 100644 (file)
@@ -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")