Ticket #1499: configure.patch

File configure.patch, 551 bytes (added by ptecza@…, 17 years ago)

This time checking Solaris version

  • configure

     
    57725772  default_cdrom_device="/vol/dev/aliases/cdrom0"
    57735773  # Modern Solaris versions use HAL instead of the vold daemon, the volfs
    57745774  # file system and the volfs service.
    5775   test -r "/cdrom/cdrom0" && default_cdrom_device="/cdrom/cdrom0"
     5775  test $(uname -r | sed 's/^5\.//') -gt 10 && default_cdrom_device="/cdrom/cdrom0"
    57765776elif amigaos ; then
    57775777  default_cdrom_device="a1ide.device:2"
    57785778else