Unbreak the build after Gnulib update
* lib/gnulib.mk.in (GNULIBHEADERS_OVERRIDE_WINT_T): Rename from GNULIB_OVERRIDES_WINT_T. * configure.ac (GNULIBHEADERS_OVERRIDE_WINT_T): Define. (Bug#50985)
This commit is contained in:
parent
5946370cd1
commit
984eafeb98
2 changed files with 4 additions and 1 deletions
|
@ -877,6 +877,9 @@ ac_func_list=$funcs
|
|||
AC_DEFUN([gt_TYPE_WINT_T],
|
||||
[GNULIB_OVERRIDES_WINT_T=0
|
||||
AC_SUBST([GNULIB_OVERRIDES_WINT_T])])
|
||||
AC_DEFUN([gt_TYPE_WINT_T],
|
||||
[GNULIBHEADERS_OVERRIDE_WINT_T=0
|
||||
AC_SUBST([GNULIBHEADERS_OVERRIDE_WINT_T])])
|
||||
|
||||
# Initialize gnulib right after choosing the compiler.
|
||||
dnl Amongst other things, this sets AR and ARFLAGS.
|
||||
|
|
|
@ -545,7 +545,7 @@ GL_GNULIB__EXIT = @GL_GNULIB__EXIT@
|
|||
GMALLOC_OBJ = @GMALLOC_OBJ@
|
||||
GMP_H = @GMP_H@
|
||||
GNULIB_GETTIMEOFDAY = @GNULIB_GETTIMEOFDAY@
|
||||
GNULIB_OVERRIDES_WINT_T = @GNULIB_OVERRIDES_WINT_T@
|
||||
GNULIBHEADERS_OVERRIDE_WINT_T = @GNULIBHEADERS_OVERRIDE_WINT_T@
|
||||
GNULIB_WARN_CFLAGS = @GNULIB_WARN_CFLAGS@
|
||||
GNUSTEP_CFLAGS = @GNUSTEP_CFLAGS@
|
||||
GNU_OBJC_CFLAGS = @GNU_OBJC_CFLAGS@
|
||||
|
|
Loading…
Add table
Reference in a new issue