We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 728f1e7 commit 5b57d40Copy full SHA for 5b57d40
acinclude.m4
@@ -105,8 +105,8 @@ if test "x$GCC" = "xyes"; then
105
106
# use C++17 if possible (Qt 6 requires it)
107
AUD_CHECK_CXXFLAGS(-std=gnu++17)
108
- if [ "${CFLAGS#gnu++17}" = "$CFLAGS" ] ; then
109
- CFLAGS="$CFLAGS -std=gnu++11"
+ if test "${CXXFLAGS%gnu++17}" = "$CXXFLAGS" ; then
+ CXXFLAGS="$CXXFLAGS -std=gnu++11"
110
fi
111
112
AUD_CHECK_CFLAGS(-Wtype-limits)
0 commit comments