Changeset 314

Show
Ignore:
Timestamp:
03/02/10 16:46:09 (5 months ago)
Author:
svnusers
Message:

md: fix to broken setting of CXXFLAGS after detecting cstdint in configure.in

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • Mulberry/branches/users/shared/v4.1d1/configure.in

    r301 r314  
    162162if test ${HAS_CSTDINT} = 0; then 
    163163AC_CHECK_HEADER([boost/cstdint.hpp], 
     164        CPPFLAGS="$CPPFLAGS_ORG" 
    164165        CPPFLAGS="$CPPFLAGS -I`pwd`/Wrapper_Includes/cstdint", 
     166        CPPFLAGS="$CPPFLAGS_ORG" 
    165167        AC_MSG_ERROR(neither cstdint nor boost/cstdint.hpp found - one from them is required for compiling mulberry.) 
    166168) 
    167169fi 
    168 CPPFLAGS="$CPPFLAGS_ORG" 
    169170 
    170171