Changeset 2492 for neercs/trunk
- Timestamp:
- Jun 27, 2008, 7:55:01 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
neercs/trunk/configure.ac
r2490 r2492 41 41 AC_SUBST(UTIL_LIBS) 42 42 43 case $target_cpu in 44 i?86) 45 case $target_os in 46 linux*) grab=yes;; 47 *) grab=no;; 48 esac;; 49 *) grab=no;; 43 AC_MSG_CHECKING(for pty grab support) 44 case $target in 45 i?86-*-linux-*) 46 grab=yes ;; 47 *) 48 grab=no;; 50 49 esac 51 50 AC_MSG_RESULT($grab) 52 51 if test "$grab" = "yes"; then 53 52 AC_DEFINE(USE_GRAB, 1, [Grabbing processes is supported])
Note: See TracChangeset
for help on using the changeset viewer.