ntCard icon indicating copy to clipboard operation
ntCard copied to clipboard

configure.ac: fix syntax error when *FLAGS are set

Open emollier opened this issue 3 months ago • 0 comments

This patch resolves the following minor issue occurring during build configuration:

./configure: line 3675: test: syntax error: `-O2' unexpected

This happens for example when exporting CXXFLAGS='-g -O2'.

emollier avatar Oct 03 '25 19:10 emollier