summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRaja R Harinath <harinath@src.gnome.org>1998-11-06 22:04:27 +0000
committerRaja R Harinath <harinath@src.gnome.org>1998-11-06 22:04:27 +0000
commit1228acf58bc627d366e8f976fca2a7116f4a6520 (patch)
tree0999971f2ba6e8a38634a07d67c95bf6c8408d1c
parent4c4ad2b41658d151a53db777b50a6f0f3fec257f (diff)
downloadgnome-common-1228acf58bc627d366e8f976fca2a7116f4a6520.tar.gz
Fix stupid type (sterror_r -> strerror_r).
* gnome-support.m4: Fix stupid type (sterror_r -> strerror_r). svn path=/trunk/; revision=465
-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 c054030..d94db25 100644
--- a/macros/ChangeLog
+++ b/macros/ChangeLog
@@ -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
diff --git a/macros/gnome-support.m4 b/macros/gnome-support.m4
index 8728bb1..93ef320 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 ().