Use empty CXXFLAGS by default, not whatever autoconf thinks we should use.

master
cybersphinx 2011-01-18 19:47:52 +01:00
parent 53ae8b198c
commit e8a065f6a0
1 changed files with 1 additions and 0 deletions

View File

@ -11,6 +11,7 @@ AC_CONFIG_SRCDIR([lib/framework/frame.cpp])
# Workaround stupid autoconf CFLAGS default
# (Bash considers set but empty variables different from null for the ${VAR:+alt} operator)
CFLAGS="${CFLAGS}"
CXXFLAGS="${CXXFLAGS}"
# Make cross compilation options available in --help