1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-07-26 16:45:12 -04:00

[configure] gcc -dumpversion returns 8 on Debian Buster

This commit is contained in:
Witold Filipczyk 2019-11-14 15:21:44 +01:00
parent b32edcc5a6
commit 5c71cc384e

View File

@ -1766,7 +1766,7 @@ if test "x$ac_cv_c_compiler_gnu" = "xyes"; then
4.5*)
CFLAGS="$CFLAGS -fno-strict-aliasing -Wno-pointer-sign -Wno-enum-compare"
;;
4.*|5.*|6.*|7.*|8.*|9.*)
4.*|5.*|6.*|7.*|8|8.*|9.*)
# Do not show warnings related to (char * | unsigned char *) type
# difference.
CFLAGS="$CFLAGS -fno-strict-aliasing -Wno-pointer-sign"