]> git.saurik.com Git - wxWidgets.git/commitdiff
build fix for wxUSE_SOCKETS==0
authorPaul Cornett <paulcor@bullseye.com>
Wed, 30 Sep 2009 15:38:23 +0000 (15:38 +0000)
committerPaul Cornett <paulcor@bullseye.com>
Wed, 30 Sep 2009 15:38:23 +0000 (15:38 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@62209 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/unix/utilsunx.cpp

index 18bea9bdef0163ffc782f8f1e38654411585f162..2e9973b6da81370f3a26771f0e860aab904f1b64 100644 (file)
@@ -1412,7 +1412,7 @@ int wxAppTraits::WaitForChild(wxExecuteData& execData)
     }
     //else: synchronous execution case
 
-#if HAS_PIPE_INPUT_STREAM
+#if HAS_PIPE_INPUT_STREAM && wxUSE_SOCKETS
     wxProcess * const process = execData.process;
     if ( process && process->IsRedirected() )
     {