diff options
| author | Vincent Richard <[email protected]> | 2005-03-16 17:13:08 +0000 |
|---|---|---|
| committer | Vincent Richard <[email protected]> | 2005-03-16 17:13:08 +0000 |
| commit | 2ca56a209f9968e4546ab3c7038a3dec03709cfa (patch) | |
| tree | 215eef7c8a750988db9663de65f8b41ae0c6463d /SConstruct | |
| parent | Support for In-Reply-To header field (type MessageId). (diff) | |
| download | vmime-2ca56a209f9968e4546ab3c7038a3dec03709cfa.tar.gz vmime-2ca56a209f9968e4546ab3c7038a3dec03709cfa.zip | |
Fixed compilation problems on Solaris 9.
Diffstat (limited to 'SConstruct')
| -rw-r--r-- | SConstruct | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1463,7 +1463,8 @@ fi configure_in.write('AC_TRY_COMPILE(,,echo yes,echo no; EXTRA_CFLAGS="$OLD_EXTRA_CFLAGS")\n\n') configure_in.write(""" -EXTRA_CFLAGS=`echo $EXTRA_CFLAGS | sed -e 's| |\\n|g' | sort | uniq | tr '\\n' ' '` +#EXTRA_CFLAGS=`echo $EXTRA_CFLAGS | sed -e 's| |\\n|g' | sort | uniq | tr '\\n' ' '` +EXTRA_CFLAGS=`echo $EXTRA_CFLAGS | tr '\\n' ' ' | sort | uniq | tr '\\n' ' '` EXTRA_LIBS=`echo $EXTRA_LIBS | sed -e 's|^ ||g' | sed -e 's| | |g'` AC_SUBST(CFLAGS) |
