Changeset 2481 for ThirdParty/ASL/stable/1.2/configure.ac
- Timestamp:
- Nov 13, 2011 1:01:49 PM (9 years ago)
- Location:
- ThirdParty/ASL/stable/1.2
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
ThirdParty/ASL/stable/1.2
- Property svn:mergeinfo changed
/ThirdParty/ASL/trunk merged: 2480
- Property svn:mergeinfo changed
-
ThirdParty/ASL/stable/1.2/configure.ac
r2438 r2481 112 112 # this check. It's hardly likely that long long is missing on any modern 113 113 # system, but it's easy to check. 114 # Also, if it's present, then ASL uses strtoull, which is not supported on Windows systems. 115 # Instead, there should be a _strtoui64. 114 116 115 AC_CHECK_TYPE([long long],[], 117 AC_CHECK_TYPE([long long],[ 118 if test "x$coin_cc_is_cl" = xtrue ; then 119 asladdcflags="$asladdcflags -Dstrtoull=_strtoui64" 120 fi], 116 121 [asladdcflags="$asladdcflags -DNO_LONG_LONG"],[]) 122 117 123 118 124 # Check for dlopen, ASL uses it to load userdefined function libraries
Note: See TracChangeset
for help on using the changeset viewer.