aboutsummaryrefslogtreecommitdiffstats
path: root/macros/gnome-support.m4
diff options
context:
space:
mode:
authorRaja R Harinath <harinath@src.gnome.org>1998-11-07 06:04:27 +0800
committerRaja R Harinath <harinath@src.gnome.org>1998-11-07 06:04:27 +0800
commit75b865884f6263a086c4a2f2be710dc754c09bdb (patch)
tree3d53045f023e9bf0859851946610437fdac7a7c8 /macros/gnome-support.m4
parent1d86a2f84f032db125926e871ae6ffaab319cbf4 (diff)
downloadgsoc2013-evolution-75b865884f6263a086c4a2f2be710dc754c09bdb.tar
gsoc2013-evolution-75b865884f6263a086c4a2f2be710dc754c09bdb.tar.gz
gsoc2013-evolution-75b865884f6263a086c4a2f2be710dc754c09bdb.tar.bz2
gsoc2013-evolution-75b865884f6263a086c4a2f2be710dc754c09bdb.tar.lz
gsoc2013-evolution-75b865884f6263a086c4a2f2be710dc754c09bdb.tar.xz
gsoc2013-evolution-75b865884f6263a086c4a2f2be710dc754c09bdb.tar.zst
gsoc2013-evolution-75b865884f6263a086c4a2f2be710dc754c09bdb.zip
Fix stupid type (sterror_r -> strerror_r).
* gnome-support.m4: Fix stupid type (sterror_r -> strerror_r). svn path=/trunk/; revision=463
Diffstat (limited to 'macros/gnome-support.m4')
-rw-r--r--macros/gnome-support.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/macros/gnome-support.m4 b/macros/gnome-support.m4
index 8728bb174a..93ef3206f7 100644
--- a/macros/gnome-support.m4
+++ b/macros/gnome-support.m4
@@ -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 ().