summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorwlemb <wlemb>2003-07-21 11:45:17 +0000
committerwlemb <wlemb>2003-07-21 11:45:17 +0000
commit24cd83750ebc3de05932f5be3c33867f76735dc8 (patch)
tree868a98f2bc1c57e94d40d314b8f75cc54153dc49 /configure
parentb6f0076331b49e3d4b7ca8693cc8c295fdd2e825 (diff)
downloadgroff-24cd83750ebc3de05932f5be3c33867f76735dc8.tar.gz
* aclocal.m4 (GROFF_SYS_ERRLIST): Include stdlib.h for MinGW.
* configure, src/include/config.hin: Regenerated. * src/libs/libgroff/strerror.c: Include stdlib.h for MinGW. * PROBLEMS: Add solution for UTF-8 problem with hyphens.
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure5
1 files changed, 3 insertions, 2 deletions
diff --git a/configure b/configure
index b6ad057e..f156ba37 100755
--- a/configure
+++ b/configure
@@ -4544,13 +4544,14 @@ ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
ac_compiler_gnu=$ac_cv_c_compiler_gnu
-echo "$as_me:$LINENO: checking for sys_errlist in <errno.h> or <stdio.h>" >&5
-echo $ECHO_N "checking for sys_errlist in <errno.h> or <stdio.h>... $ECHO_C" >&6
+echo "$as_me:$LINENO: checking for sys_errlist in <errno.h>, <stdio.h>, or <stdlib.h>" >&5
+echo $ECHO_N "checking for sys_errlist in <errno.h>, <stdio.h>, or <stdlib.h>... $ECHO_C" >&6
cat >conftest.$ac_ext <<_ACEOF
#line $LINENO "configure"
#include "confdefs.h"
#include <errno.h>
#include <stdio.h>
+#include <stdlib.h>
int
main ()
{