Changeset 2506


Ignore:
Timestamp:
07/01/08 01:26:35 (5 years ago)
Author:
sam
Message:
  • Activate USE_GRAB on amd64/x86_64 systems, too.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • neercs/trunk/configure.ac

    r2494 r2506  
    4343AC_MSG_CHECKING(for pty grab support) 
    4444case $target in 
    45   i?86-*-linux-*) 
     45  i?86-*-linux-*|amd64-*-linux-*|x86_64-*-linux-*) 
    4646    grab=yes ;; 
    4747  *) 
Note: See TracChangeset for help on using the changeset viewer.