regex: Move AC_LIBOBJ invocations to module description.
[pspp] / tests / test-search-c++.cc
index 0437b8f58da98a5082d315454f6e1bc7fa7fa429..ce4d6d8405f187cd49f8b596971ed3d55c6c6af0 100644 (file)
@@ -1,5 +1,5 @@
 /* Test of <search.h> substitute in C++ mode.
-   Copyright (C) 2010 Free Software Foundation, Inc.
+   Copyright (C) 2010-2011 Free Software Foundation, Inc.
 
    This program is free software: you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
@@ -24,7 +24,7 @@
 #include "signature.h"
 
 
-#if GNULIB_TSEARCH
+#if GNULIB_TEST_TSEARCH
 SIGNATURE_CHECK (GNULIB_NAMESPACE::tsearch, void *,
                  (const void *, void **, _gl_search_compar_fn));
 SIGNATURE_CHECK (GNULIB_NAMESPACE::tfind, void *,