Changeset 1793
- Timestamp:
- 04/03/07 20:07:12 (22 months ago)
- Files:
-
- 1 modified
-
trunk/configure.in (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/configure.in
r1791 r1793 371 371 if test -f "${testdir}/lib/libpcap.a" ; then 372 372 LPCAPLIB="-L${testdir}/lib -lpcap" 373 elif test -f "${testdir}/lib64/libpcap.a" 373 elif test -f "${testdir}/lib64/libpcap.a" ; then 374 374 LPCAPLIB="-L${testdir}/lib64 -lpcap" 375 375 else
