git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@35814
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
|| strstr(output.fn_str(),"pl"); // plip
hasLAN = strstr(output.fn_str(), "eth") != NULL;
#elif defined(__SGI__) // IRIX
|| strstr(output.fn_str(),"pl"); // plip
hasLAN = strstr(output.fn_str(), "eth") != NULL;
#elif defined(__SGI__) // IRIX
- hasModem = strstr(output, "ppp") != NULL; // PPP
+ hasModem = strstr(output.fn_str(), "ppp") != NULL; // PPP
#elif defined(__HPUX__)
// if could run ifconfig on interface, then it exists
hasModem = true;
#elif defined(__HPUX__)
// if could run ifconfig on interface, then it exists
hasModem = true;