Changeset 60 for trunk/configure.in

Show
Ignore:
Timestamp:
10/25/07 07:23:46 (15 years ago)
Author:
andreu
Message:

new aggregation mode based on SNMP index and AS aggregation

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/configure.in

    r59 r60  
    1111 
    1212CFLAGS_OPTIMIZE="-O2" 
     13CFLAGS_ASACC="-DASACC" 
    1314CFLAGS_IPV4AGGIDSNMP="-DIPV4AGGIDSNMP" 
    1415CFLAGS_IPV4AGGIDR="-DIPV4AGGIDR" 
     
    3738fi 
    3839 
    39 AC_ARG_ENABLE(optimize,[  --enable-matrix inter pop matrix default=no], 
     40AC_ARG_ENABLE(asacc,[  --enable-asacc AS accounting default=no], 
     41asacc=$enableval,asacc=no) 
     42if test $asacc = yes ; then 
     43CFLAGS="$CFLAGS $CFLAGS_ASACC" 
     44fi 
     45 
     46AC_ARG_ENABLE(matrix,[  --enable-matrix inter pop matrix default=no], 
    4047matrix=$enableval,matrix=no) 
    4148if test $matrix = yes ; then