Changeset 8fac88 in git
- Timestamp:
- Jan 25, 2005, 1:37:21 PM (18 years ago)
- Branches:
- (u'spielwiese', '8d54773d6c9e2f1d2593a28bc68b7eeab54ed529')
- Children:
- 179ce1570b5fb5f22c467a21340a677556afd078
- Parents:
- 06d15e6c028f177578f8a80313eba906ec30736f
- Location:
- MP
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
MP/configure
r06d15e r8fac88 2749 2749 2750 2750 if test "${freebsd_problem}" != no; then 2751 grep -v "#warning" /usr/include/values.h > ./ values.h2751 grep -v "#warning" /usr/include/values.h > ./MP/h/values.h 2752 2752 elif test "${no_values_h}" != no; then 2753 cp ./values.h.subst ./ values.h2753 cp ./values.h.subst ./MP/h/values.h 2754 2754 CPPFLAGS="-I. ${CPPFLAGS}" 2755 2755 fi -
MP/configure.in
r06d15e r8fac88 239 239 freebsd_problem=no)) 240 240 if test "${freebsd_problem}" != no; then 241 grep -v "#warning" /usr/include/values.h > ./ values.h241 grep -v "#warning" /usr/include/values.h > ./MP/h/values.h 242 242 elif test "${no_values_h}" != no; then 243 cp ./values.h.subst ./ values.h243 cp ./values.h.subst ./MP/h/values.h 244 244 CPPFLAGS="-I. ${CPPFLAGS}" 245 245 fi
Note: See TracChangeset
for help on using the changeset viewer.