Changeset 2431 for neercs/trunk/configure.ac
- Timestamp:
- Jun 15, 2008, 8:01:08 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
neercs/trunk/configure.ac
r2143 r2431 37 37 AC_SUBST(UTIL_LIBS) 38 38 39 case $target_cpu in 40 i?86) 41 case $target_os in 42 linux*) grab=yes;; 43 *) grab=no;; 44 esac;; 45 *) grab=no;; 46 esac 47 48 AM_CONDITIONAL(USE_GRAB, test "$grab" = "yes") 49 if test "$grab" = "yes"; then 50 AC_DEFINE(USE_GRAB, 1, [Grabbing processes is supported]) 51 fi 52 39 53 # Optimizations 40 54 CFLAGS="${CFLAGS} -g -O2 -fno-strength-reduce -fomit-frame-pointer"
Note: See TracChangeset
for help on using the changeset viewer.