Changeset 314
- Timestamp:
- 03/02/10 16:46:09 (5 months ago)
- Files:
-
- 1 modified
-
Mulberry/branches/users/shared/v4.1d1/configure.in (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
Mulberry/branches/users/shared/v4.1d1/configure.in
r301 r314 162 162 if test ${HAS_CSTDINT} = 0; then 163 163 AC_CHECK_HEADER([boost/cstdint.hpp], 164 CPPFLAGS="$CPPFLAGS_ORG" 164 165 CPPFLAGS="$CPPFLAGS -I`pwd`/Wrapper_Includes/cstdint", 166 CPPFLAGS="$CPPFLAGS_ORG" 165 167 AC_MSG_ERROR(neither cstdint nor boost/cstdint.hpp found - one from them is required for compiling mulberry.) 166 168 ) 167 169 fi 168 CPPFLAGS="$CPPFLAGS_ORG"169 170 170 171