Ticket #37306: patch-configure.diff
File patch-configure.diff, 406 bytes (added by gardnermj@…, 12 years ago) |
---|
-
configure
old new 1274 1274 die "Runtime CPU detection only works for x86, x86-64 and PPC!" 1275 1275 fi 1276 1276 1277 _rst2man=rst2man 1278 if [ -f "$(which rst2man .py)" ] ; then1279 _rst2man=rst2man .py1277 _rst2man=rst2man-2.7 1278 if [ -f "$(which rst2man-2.7.py)" ] ; then 1279 _rst2man=rst2man-2.7.py 1280 1280 fi 1281 1281 1282 1282 # Checking CC version...