X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=modules%2Flocale-tests;h=2e661f75657af27dc1bcac3e6b35321ccd666706;hb=232b64ac929c3675c345d1b6003fc7ad725840a3;hp=5662a64f465a614bab38af224c992addfe9eeb48;hpb=96687b16a22a4e07331bdeb5c3bdd534484f5b77;p=gnulib.git diff --git a/modules/locale-tests b/modules/locale-tests index 5662a64f4..2e661f756 100644 --- a/modules/locale-tests +++ b/modules/locale-tests @@ -1,11 +1,9 @@ Files: tests/test-locale.c -tests/test-locale-c++.cc -tests/signature.h Depends-on: verify -ansi-c++-opt +locale-c++-tests configure.ac: AC_CHECK_FUNCS_ONCE([newlocale]) @@ -13,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 -endif