changeset 1109:587e2d3f432b

Removed test for strerror.
author neelin <neelin>
date Thu, 11 Sep 1997 16:25:49 +0000
parents ae5910c092ba
children 0a7d08620eea
files configure.in
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/configure.in
+++ b/configure.in
@@ -143,7 +143,8 @@
 #------------------------------------------------------------------------
 # Look for library functions
 #------------------------------------------------------------------------
-AC_CHECK_FUNC(strerror, GLOBAL_CDEFINES="", GLOBAL_CDEFINES=-DNO_STRERROR)
+#AC_CHECK_FUNC(strerror, GLOBAL_CDEFINES="", GLOBAL_CDEFINES=-DNO_STRERROR)
+GLOBAL_CDEFINES=""
 AC_SUBST(GLOBAL_CDEFINES)