oops, compilation fix
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@4573 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -524,7 +524,7 @@ wxDialUpManagerImpl::CheckIfconfig(void)
|
|||||||
#elif defined(__LINUX__) || defined (__FREEBSD__)
|
#elif defined(__LINUX__) || defined (__FREEBSD__)
|
||||||
rc = strstr(output,"ppp") // ppp
|
rc = strstr(output,"ppp") // ppp
|
||||||
|| strstr(output,"sl") // slip
|
|| strstr(output,"sl") // slip
|
||||||
|| strstr(output,"pl") // plip
|
|| strstr(output,"pl"); // plip
|
||||||
#elif defined(__SGI__) // IRIX
|
#elif defined(__SGI__) // IRIX
|
||||||
rc = strstr(output, "ppp"); // PPP
|
rc = strstr(output, "ppp"); // PPP
|
||||||
#endif
|
#endif
|
||||||
|
Reference in New Issue
Block a user