X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=modules%2Flocale-tests;h=2e661f75657af27dc1bcac3e6b35321ccd666706;hb=5a9e46ab46042f007426c1e06b836cf5608d8d4a;hp=5fad3fb20c0e84624f953d43ababaf7a104737b0;hpb=14051499d596955d8c5e558f78826df4d8945ed1;p=gnulib.git diff --git a/modules/locale-tests b/modules/locale-tests index 5fad3fb20..2e661f756 100644 --- a/modules/locale-tests +++ b/modules/locale-tests @@ -1,12 +1,9 @@ Files: tests/test-locale.c -tests/test-locale-c++.cc -tests/test-locale-c++2.cc -tests/signature.h Depends-on: verify -ansi-c++-opt +locale-c++-tests configure.ac: AC_CHECK_FUNCS_ONCE([newlocale]) @@ -14,8 +11,3 @@ AC_CHECK_FUNCS_ONCE([newlocale]) Makefile.am: TESTS += test-locale check_PROGRAMS += test-locale -if ANSICXX -TESTS += test-locale-c++ -check_PROGRAMS += test-locale-c++ -test_locale_c___SOURCES = test-locale-c++.cc test-locale-c++2.cc -endif