natGCInfo.cc: Use HAVE_STRERROR_R.

2007-07-14  Krister Walfridsson  <cato@df.lth.se>

	* gnu/gcj/util/natGCInfo.cc: Use HAVE_STRERROR_R.
	* configure.ac: Remove check for strerror, add check for strerror_r.
	* configure: Regenerate.
	* include/config.h.in: Regenerate.

From-SVN: r126660
This commit is contained in:
Krister Walfridsson
2007-07-15 23:13:05 +02:00
committed by Krister Walfridsson
parent 945e62ddd5
commit 91f6762edf
5 changed files with 15 additions and 10 deletions
+2 -2
View File
@@ -250,8 +250,8 @@
/* Define to 1 if you have the <stdlib.h> header file. */
#undef HAVE_STDLIB_H
/* Define to 1 if you have the `strerror' function. */
#undef HAVE_STRERROR
/* Define to 1 if you have the `strerror_r' function. */
#undef HAVE_STRERROR_R
/* Define to 1 if you have the <strings.h> header file. */
#undef HAVE_STRINGS_H