Changeset a0ec6f1 for configure.in
- Timestamp:
- 01/10/12 14:15:00 (9 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:
- a3041a4
- Parents:
- cc27c86
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
configure.in
rc0506ea ra0ec6f1 579 579 fi 580 580 581 if test -z "$LEXLIB"; then581 if test "x$LEX" != xflex -a "x$LEX" != xlex; then 582 582 AC_MSG_WARN(flex or lex not found. Please install flex before continuing) 583 583 ac_cv_errcount=$((ac_cv_errcount + 1))
Note: See TracChangeset
for help on using the changeset viewer.