Changeset 2492
- Timestamp:
- 06/27/08 19:55:01 (5 years ago)
- File:
-
- 1 edited
-
neercs/trunk/configure.ac (modified) (1 diff)
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.
