Changeset e502f76 for configure.in
- Timestamp:
- 09/19/06 10:44: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:
- e5222e1
- Parents:
- 3eff1c8
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
configure.in
r755e794 re502f76 137 137 # configure time options for man pages 138 138 AC_ARG_WITH(man, 139 #AS_HELP_STRING(--with-man,install man pages by default),139 AS_HELP_STRING(--with-man,install man pages by default), 140 140 141 141 if test "$withval" = yes … … 152 152 # borrowed from libpcap! 153 153 AC_ARG_WITH(dag, 154 #AS_HELP_STRING(--with-dag[=DIR],include DAG support (located in directory DIR, if supplied)),154 AS_HELP_STRING(--with-dag[=DIR],include DAG support (located in directory DIR, if supplied)), 155 155 [ 156 156 if test "$withval" = no … … 186 186 fi 187 187 188 if test -r "$dag_root/tools" -a -r "$dag_root/include"; then 188 #if test -r "$dag_root/tools" -a -r "$dag_root/include"; then 189 if test -r "$dag_root/include"; then 189 190 dag_tools_dir="$dag_root/tools" 190 191 dag_include_dir="$dag_root/include" … … 192 193 dag_tools_dir="$dag_root" 193 194 dag_include_dir="$dag_root" 194 195 fi 195 196 196 197 if test -r "$dag_include_dir/dagapi.h" -a -r "$dag_lib_dir/libdag.a";
Note: See TracChangeset
for help on using the changeset viewer.