Changeset 94 for trunk

Show
Ignore:
Timestamp:
11/11/06 20:04:31 (2 years ago)
Author:
dragorn
Message:

Fixed stupid error in configure

Location:
trunk
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • trunk/configure

    r92 r94  
    2009920099 
    2010020100 
    20101 if test "$airpcap_devpack" -eq "none"; then 
     20101if test "$airpcap_devpack" = "none"; then 
    2010220102        { { echo "$as_me:$LINENO: error: No airpcap path provided use --with-airpcap" >&5 
    2010320103echo "$as_me: error: No airpcap path provided use --with-airpcap" >&2;} 
  • trunk/configure.in

    r92 r94  
    147147[ airpcap_devpack="$withval" ]) 
    148148 
    149 if test "$airpcap_devpack" -eq "none"; then 
     149if test "$airpcap_devpack" = "none"; then 
    150150        AC_MSG_ERROR(No airpcap path provided use --with-airpcap) 
    151151fi # devpack none