john30 / ebusd

daemon for communication with eBUS heating systems
GNU General Public License v3.0
592 stars 136 forks source link

configure.ac: quote CXXFLAGS #1141

Closed ConiKost closed 10 months ago

ConiKost commented 10 months ago

CXXCLAGS needs to be quote, as otherwise the test could fail on some CXXFLAGS like '-mfpmath=sse,387'

test: syntax error: `-mfpmath=sse,387' unexpected