Changeset 1793

Show
Ignore:
Timestamp:
04/03/07 20:07:12 (22 months ago)
Author:
aturner
Message:

missing ; then refs #143

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/configure.in

    r1791 r1793  
    371371                                if test -f "${testdir}/lib/libpcap.a" ; then 
    372372                            LPCAPLIB="-L${testdir}/lib -lpcap" 
    373                                 elif test -f "${testdir}/lib64/libpcap.a" 
     373                                elif test -f "${testdir}/lib64/libpcap.a" ; then 
    374374                                        LPCAPLIB="-L${testdir}/lib64 -lpcap" 
    375375                                else