Changeset 96 for trunk

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

More stupid

Location:
trunk
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • trunk/configure

    r95 r96  
    2009320093airpcap_devpack="none" 
    2009420094 
    20095 # Check whether --with-airpcap_devpack was given. 
     20095# Check whether --with-airpcap-devpack was given. 
    2009620096if test "${with_airpcap_devpack+set}" = set; then 
    2009720097  withval=$with_airpcap_devpack;  airpcap_devpack="$withval" 
     
    2010020100 
    2010120101if test "$airpcap_devpack" = "none"; then 
    20102         { { echo "$as_me:$LINENO: error: No airpcap path provided use --with-airpcap" >&5 
    20103 echo "$as_me: error: No airpcap path provided use --with-airpcap" >&2;} 
     20102        { { echo "$as_me:$LINENO: error: No airpcap path provided use --with-airpcap-devpack" >&5 
     20103echo "$as_me: error: No airpcap path provided use --with-airpcap-devpack" >&2;} 
    2010420104   { (exit 1); exit 1; }; } 
    2010520105fi # devpack none 
  • trunk/configure.in

    r95 r96  
    143143 
    144144airpcap_devpack="none" 
    145 AC_ARG_WITH(airpcap_devpack,  
     145AC_ARG_WITH(airpcap-devpack,  
    146146[  --with-airpcap[=DIR]     Location of the CACE AirPcap device pack NOTE cygwin appears to have link errors if the path is not within the current directory],  
    147147[ airpcap_devpack="$withval" ]) 
    148148 
    149149if test "$airpcap_devpack" = "none"; then 
    150         AC_MSG_ERROR(No airpcap path provided use --with-airpcap) 
     150        AC_MSG_ERROR(No airpcap path provided use --with-airpcap-devpack) 
    151151fi # devpack none 
    152152