Changeset 1769

Show
Ignore:
Timestamp:
03/28/07 21:46:26 (22 months ago)
Author:
aturner
Message:

handle make test more gracefully for systems which we do not know the default nics refs #110, #47

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/configure.in

    r1764 r1769  
    960960        AC_MSG_RESULT(Win32/Cygwin) 
    961961        nic1=%0 
    962         nic1=%0 
     962        nic2=%0 
    963963        ;; 
    964964         
    965965        *) 
    966         AC_MSG_RESULT([$host is unknown!   
    967         Please use --with-nictest to select an interface for 'make test']) 
     966        AC_MSG_RESULT([$host is unknown!  Using first non-loopback interface]) 
     967        nic1=%0 
     968        nic2=%0 
    968969        ;; 
    969970esac])