mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-25 22:01:30 +00:00
Aieecvs -z3 diff -u configure.in! MOZILLA_CLIENT should be set for CXXFLAGS as well...even though nothing seems to be affected by its absence.
This commit is contained in:
parent
e43f44b24b
commit
f24d5c74dd
@ -467,10 +467,10 @@ if test "$GNU_CXX"; then
|
||||
_WARNINGS_CXXFLAGS="${_WARNINGS_CXXFLAGS} -Wshadow"
|
||||
fi
|
||||
|
||||
_DEFINES_CXXFLAGS='-include $(DEPTH)/config-defs.h'
|
||||
_DEFINES_CXXFLAGS='-DMOZILLA_CLIENT -include $(DEPTH)/config-defs.h'
|
||||
_USE_CPP_INCLUDE_FLAG=1
|
||||
else
|
||||
_DEFINES_CXXFLAGS='$(ACDEFINES)'
|
||||
_DEFINES_CXXFLAGS='-DMOZILLA_CLIENT $(ACDEFINES)'
|
||||
fi
|
||||
|
||||
dnl gcc can come with its own linker so it is better to use the pass-thru calls
|
||||
|
Loading…
Reference in New Issue
Block a user