memcpy: Move AC_LIBOBJ invocations to module description.
[pspp] / tests / test-nonblocking.c
index bfeef7bf71ae21d8c14cfa448d1640183b22d6eb..f3f1f1355bb05390fb4e3c9ed6a32709a26ef27e 100644 (file)
@@ -79,7 +79,7 @@ main (void)
   ASSERT (close (fd_pipe[1]) == 0);
 #endif /* GNULIB_TEST_PIPE2 */
 
-#if GNULIB_SOCKET
+#if GNULIB_TEST_SOCKET
   {
     /* Test sockets.  */
     bool sock_works = true;
@@ -104,7 +104,7 @@ main (void)
     ASSERT (close (fd_sock) == 0);
 # endif /* SOCK_NONBLOCK */
   }
-#endif /* GNULIB_SOCKET */
+#endif /* GNULIB_TEST_SOCKET */
 
   /* Test error handling.  */
   {