mirror of
https://git.savannah.gnu.org/git/gnulib.git
synced 2025-08-08 17:22:05 +03:00
stdckdint-h: Work around missing declarations with g++ 15.0.
* modules/stdckdint-h (configure.ac): Generate the header if the system has one and C++ is being used.
This commit is contained in:
@@ -12,7 +12,11 @@ bool
|
||||
configure.ac:
|
||||
AC_CHECK_HEADERS_ONCE([stdckdint.h])
|
||||
if test $ac_cv_header_stdckdint_h = yes; then
|
||||
GL_GENERATE_STDCKDINT_H=false
|
||||
if test -n "$CXX" && test "$CXX" != no; then
|
||||
GL_GENERATE_STDCKDINT_H=true
|
||||
else
|
||||
GL_GENERATE_STDCKDINT_H=false
|
||||
fi
|
||||
else
|
||||
GL_GENERATE_STDCKDINT_H=true
|
||||
fi
|
||||
|
Reference in New Issue
Block a user