summaryrefslogtreecommitdiffstats
path: root/m4/error_h.m4
diff options
context:
space:
mode:
Diffstat (limited to 'm4/error_h.m4')
-rw-r--r--m4/error_h.m411
1 files changed, 5 insertions, 6 deletions
diff --git a/m4/error_h.m4 b/m4/error_h.m4
index f38e4ea..006770c 100644
--- a/m4/error_h.m4
+++ b/m4/error_h.m4
@@ -1,11 +1,11 @@
-# error_h.m4 serial 3
-dnl Copyright (C) 1996-2023 Free Software Foundation, Inc.
+# error_h.m4 serial 4
+dnl Copyright (C) 1996-2024 Free Software Foundation, Inc.
dnl This file is free software; the Free Software Foundation
dnl gives unlimited permission to copy and/or distribute it,
dnl with or without modifications, as long as this notice is preserved.
dnl From Bruno Haible.
-dnl Provide a working "error.h".
+dnl Provide a working <error.h>.
AC_DEFUN_ONCE([gl_ERROR_H],
[
@@ -112,10 +112,9 @@ AC_DEFUN_ONCE([gl_ERROR_H],
if test $HAVE_ERROR = 0 || test $REPLACE_ERROR = 1 \
|| test $HAVE_ERROR_AT_LINE = 0 || test $REPLACE_ERROR_AT_LINE = 1; then
- dnl Provide a substitute <error.h> file.
- GL_GENERATE_ERROR_H=true
+ COMPILE_ERROR_C=1
else
- GL_GENERATE_ERROR_H=false
+ COMPILE_ERROR_C=0
fi
AC_SUBST([HAVE_ERROR])