Don't use AC_LIBOBJ with file names in subdirectories.
[gnulib.git] / tests / test-sys_select-c++.cc
index fcf867a..5689811 100644 (file)
@@ -24,7 +24,7 @@
 #include "signature.h"
 
 
-#if GNULIB_SELECT
+#if GNULIB_TEST_SELECT
 SIGNATURE_CHECK (GNULIB_NAMESPACE::select, int,
                  (int, fd_set *, fd_set *, fd_set *, struct timeval *));
 #endif