init.sh: fix an error in the previous change; add more comments
[pspp] / tests / test-sys_time-c++.cc
index 58724f31f0e461f63321bcd2b6d9a8cd29582baf..c85fc79f9e13197b566dfe49be81c62420f53f97 100644 (file)
@@ -24,7 +24,7 @@
 #include "signature.h"
 
 
-#if GNULIB_GETTIMEOFDAY
+#if GNULIB_TEST_GETTIMEOFDAY
 SIGNATURE_CHECK (GNULIB_NAMESPACE::gettimeofday, int,
                  (struct timeval *, void *));
 #endif