From: Paul Eggert Date: Tue, 22 Apr 2003 03:28:22 +0000 (+0000) Subject: (gl_ERROR): Do not put under dynamic conditions some X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=715b37d295c6553b9001bcbb7a53b13fd41d3f60;p=pspp (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 . --- 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.