diff options
| author | Vincent Richard <[email protected]> | 2005-12-01 14:34:32 +0100 |
|---|---|---|
| committer | Vincent Richard <[email protected]> | 2005-12-01 14:34:32 +0100 |
| commit | 9938aa65ab51033a06d6dd62705d1a87c1dda12d (patch) | |
| tree | c919cc46042a358edb5e105568d9401b9972d5ef /SConstruct | |
| parent | Fixed bug when disconnecting SMTP. (diff) | |
| download | vmime-9938aa65ab51033a06d6dd62705d1a87c1dda12d.tar.gz vmime-9938aa65ab51033a06d6dd62705d1a87c1dda12d.zip | |
Fixed typo in CXXFLAGS/debug.
Diffstat (limited to 'SConstruct')
| -rw-r--r-- | SConstruct | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1749,13 +1749,13 @@ CXXFLAGS="" if test x$VMIME_DEBUG = x1 ; then # -g OLD_CXXFLAGS="$CXXFLAGS" - CXX_FLAGS="$CXXFLAGS -g" + CXXFLAGS="$CXXFLAGS -g" AC_MSG_CHECKING(whether cc accepts -g) AC_TRY_COMPILE(,,echo yes,echo no; CXXFLAGS="$OLD_CXXFLAGS") else # -O2 OLD_CXXFLAGS="$CXXFLAGS" - CXX_FLAGS="$CXXFLAGS -O2" + CXXFLAGS="$CXXFLAGS -O2" AC_MSG_CHECKING(whether cc accepts -O2) AC_TRY_COMPILE(,,echo yes,echo no; CXXFLAGS="$OLD_CXXFLAGS") fi |
