Ticket #37306: patch-configure.diff

File patch-configure.diff, 406 bytes (added by gardnermj@…, 12 years ago)
  • configure

    old new  
    12741274  die "Runtime CPU detection only works for x86, x86-64 and PPC!"
    12751275fi
    12761276
    1277 _rst2man=rst2man
    1278 if [ -f "$(which rst2man.py)" ] ; then
    1279   _rst2man=rst2man.py
     1277_rst2man=rst2man-2.7
     1278if [ -f "$(which rst2man-2.7.py)" ] ; then
     1279  _rst2man=rst2man-2.7.py
    12801280fi
    12811281
    12821282# Checking CC version...