Skip to content

Commit

Permalink
configure.ac: do not use gnu extensions
Browse files Browse the repository at this point in the history
  • Loading branch information
atupone committed Sep 3, 2023
1 parent 1fac318 commit 20cfe5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ AC_PROG_CXX
if test -z "$CXX"; then
AC_MSG_ERROR([A c++ compiler is required to build BZFlag])
fi
AX_CXX_COMPILE_STDCXX_11([],[mandatory])
AX_CXX_COMPILE_STDCXX_11([noext],[mandatory])
AC_PROG_CC
AC_PROG_LN_S
AC_CHECK_PROG(AR, ar, ar)
Expand Down

0 comments on commit 20cfe5e

Please sign in to comment.