]> git.ipfire.org Git - thirdparty/gettext.git/commit
Fix compilation error on Cygwin.
authorBruno Haible <bruno@clisp.org>
Fri, 10 Feb 2023 01:36:22 +0000 (02:36 +0100)
committerBruno Haible <bruno@clisp.org>
Sat, 11 Feb 2023 10:32:45 +0000 (11:32 +0100)
commit83bdcc5bab812405b5ec5e943e37f3e49e335448
treef14837c340cb982def87a1ea437b95c9567b3d45
parenta3a927cba0c5f6cceb55c435eace1df46e16908d
Fix compilation error on Cygwin.

The error occurred because Gnulib's error.h currently does not
and HAVE_ERROR=0. In this case we shouldn't force the creation of error.h.

* gettext-tools/configure.ac: Don't set ac_cv_lib_error_at_line=no. This reverts
a workaround from 2012-12-25.
gettext-tools/configure.ac