summaryrefslogtreecommitdiff
path: root/m4/error.m4
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2003-04-22 03:28:22 +0000
committerPaul Eggert <eggert@cs.ucla.edu>2003-04-22 03:28:22 +0000
commit715b37d295c6553b9001bcbb7a53b13fd41d3f60 (patch)
tree0425e01c841402fda5d138e84e45a328e1acc444 /m4/error.m4
parentc9a65f977e7b0a634100aca5f4ec3f0f7751a79b (diff)
downloadgnulib-715b37d295c6553b9001bcbb7a53b13fd41d3f60.tar.gz
(gl_ERROR): Do not put under dynamic conditions some
code which expansion is under static control. Patch imported from Akim Demaille's patch to Bison; see <http://mail.gnu.org/archive/html/bison-patches/2003-03/msg00057.html>.
Diffstat (limited to 'm4/error.m4')
-rw-r--r--m4/error.m46
1 files changed, 2 insertions, 4 deletions
diff --git a/m4/error.m4 b/m4/error.m4
index 71a79f7ea8..14e23a71f7 100644
--- a/m4/error.m4
+++ b/m4/error.m4
@@ -1,12 +1,10 @@
-#serial 6
+#serial 7
AC_DEFUN([gl_ERROR],
[
AC_FUNC_ERROR_AT_LINE
dnl Note: AC_FUNC_ERROR_AT_LINE does AC_LIBSOURCES([error.h, error.c]).
- if test $ac_cv_lib_error_at_line = no; then
- jm_PREREQ_ERROR
- fi
+ jm_PREREQ_ERROR
])
# Prerequisites of lib/error.c.