Changeset df3bd99 for configure.in
- Timestamp:
- 09/26/06 11:23:02 (15 years ago)
- Branches:
- 4.0.1-hotfixes, cachetimestamps, develop, dpdk-ndag, etsilive, getfragoff, help, libtrace4, master, ndag_format, pfring, rc-4.0.1, rc-4.0.2, rc-4.0.3, rc-4.0.4, ringdecrementfix, ringperformance, ringtimestampfixes
- Children:
- 5945854
- Parents:
- d80422e
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
configure.in
r77af55c rdf3bd99 165 165 then 166 166 want_dag=yes 167 dag_root=/ root/dag167 dag_root=/usr/local/dag 168 168 else 169 169 want_dag=yes … … 175 175 # 176 176 want_dag=ifpresent 177 dag_root=/ root/dag/177 dag_root=/usr/local/dag 178 178 ]) 179 179 … … 191 191 fi 192 192 193 #if test -r "$dag_root/tools" -a -r "$dag_root/include"; then194 193 if test -r "$dag_root/include"; then 195 194 dag_tools_dir="$dag_root/tools"
Note: See TracChangeset
for help on using the changeset viewer.