Changeset 101
- Timestamp:
- Aug 21, 2006 10:50:01 AM (15 years ago)
- Location:
- ThirdParty/ASL/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
ThirdParty/ASL/trunk/configure
r91 r101 3740 3740 ;; 3741 3741 esac 3742 3743 # On BlueGene disable dynamic library loading 3744 if test x"$enable_bg" = xyes; then 3745 asladdcflags="$asladdcflags -DNO_FUNCADD" 3746 fi 3747 3742 3748 # Do the following for now to make sure we are not interupting compilation 3743 3749 # of ASL because of warning message: -
ThirdParty/ASL/trunk/configure.ac
r91 r101 91 91 ;; 92 92 esac 93 94 # On BlueGene disable dynamic library loading 95 if test x"$enable_bg" = xyes; then 96 asladdcflags="$asladdcflags -DNO_FUNCADD" 97 fi 98 93 99 # Do the following for now to make sure we are not interupting compilation 94 100 # of ASL because of warning message:
Note: See TracChangeset
for help on using the changeset viewer.