Changeset b282cf8
- Timestamp:
- 11/29/07 10:14:36 (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:
- 50bbce8
- Parents:
- adbbfcb
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
configure.in
redd8a9e rb282cf8 153 153 # borrowed from libpcap! 154 154 AC_ARG_WITH(dag, 155 AS_HELP_STRING(--with-dag[=DIR],include DAG capture support (located in directory DIR, if supplied)),155 AS_HELP_STRING(--with-dag[=DIR],include DAG live capture support (located in directory DIR, if supplied)), 156 156 [ 157 157 if test "$withval" = no … … 188 188 if test "$dag_found" = 1; then 189 189 ADD_LIBS="$ADD_LIBS -ldag" 190 AC_DEFINE(HAVE_DAG_API, 1, [define if you have aDAG API])191 AC_DEFINE(HAVE_DAG,1,[conditional for building with DAG capture support])190 AC_DEFINE(HAVE_DAG_API, 1, [define if you have the DAG API]) 191 AC_DEFINE(HAVE_DAG,1,[conditional for building with DAG live capture support]) 192 192 libtrace_dag=true 193 193 … … 228 228 libtrace_dag=true 229 229 230 AC_DEFINE(HAVE_DAG_API, 1, [define if you have aDAG API])231 AC_DEFINE(HAVE_DAG,1,[conditional for building with DAG support])230 AC_DEFINE(HAVE_DAG_API, 1, [define if you have the DAG API]) 231 AC_DEFINE(HAVE_DAG,1,[conditional for building with DAG live capture support]) 232 232 AC_DEFINE(DAG_VERSION, 24, [defines the DAG driver version]) 233 233 libtrace_dag_version=24 … … 287 287 if test x"$libtrace_dag" = xtrue; then 288 288 if test "$libtrace_dag_version" = 24; then 289 AC_MSG_NOTICE([Compiled with DAG capture support: 2.4])289 AC_MSG_NOTICE([Compiled with DAG live capture support: 2.4]) 290 290 elif test "$libtrace_dag_version" = 30; then 291 AC_MSG_NOTICE([Compiled with DAG capture support: 3.0])291 AC_MSG_NOTICE([Compiled with DAG live capture support: 3.0]) 292 292 else 293 AC_MSG_NOTICE([Compiled with DAG capture support: 2.5])293 AC_MSG_NOTICE([Compiled with DAG live capture support: 2.5]) 294 294 fi 295 295 else 296 AC_MSG_NOTICE([Compiled with DAG capture support: No])296 AC_MSG_NOTICE([Compiled with DAG live capture support: No]) 297 297 fi 298 298 reportopt "Building man pages/documentation" $libtrace_doxygen
Note: See TracChangeset
for help on using the changeset viewer.