Fix stupid type (sterror_r -> strerror_r).

* gnome-support.m4: Fix stupid type (sterror_r -> strerror_r).

svn path=/trunk/; revision=463
This commit is contained in:
Raja R Harinath
1998-11-06 22:04:27 +00:00
parent 1d86a2f84f
commit 75b865884f
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
1998-11-06 Raja R Harinath <harinath@cs.umn.edu>
* gnome-support.m4: Fix stupid type (sterror_r -> strerror_r).
1998-11-04 Raja R Harinath <harinath@cs.umn.edu>
* gnome-support.m4 (need_gnome_support): Set this unconditionally

View File

@ -69,7 +69,7 @@ AC_DEFUN([GNOME_SUPPORT_CHECKS],[
AC_CHECK_FUNCS(realpath,,LIBOBJS="$LIBOBJS canonicalize.o")
# to include `error.c' error.c has some HAVE_* checks
AC_CHECK_FUNCS(vprintf doprnt sterror_r)
AC_CHECK_FUNCS(vprintf doprnt strerror_r)
AM_FUNC_ERROR_AT_LINE
# This is required if we declare setreuid () and setregid ().