getloadavg: Don't clobber LIBS. Regression from previous commit.
[pspp] / lib / nonblocking.c
index f28e4231b0252d0cc9dffc62ff1a378f4c1f4f63..9f7bce916f2762f8b54a4ee2a4e67ecddb1af993 100644 (file)
@@ -113,7 +113,7 @@ set_nonblocking_flag (int desc, bool value)
 
 # include <fcntl.h>
 
-# if !O_NONBLOCK
+# if GNULIB_defined_O_NONBLOCK
 #  error Please port nonblocking to your platform
 # endif