diff options
| author | Alan Conway <aconway@apache.org> | 2010-10-21 19:05:01 +0000 |
|---|---|---|
| committer | Alan Conway <aconway@apache.org> | 2010-10-21 19:05:01 +0000 |
| commit | 3c8968ee65bbcc08e7b4e948dbee0518c6a4b6bd (patch) | |
| tree | 18ba45a6b5cbfbedfd68772f11cf82040d5c3bc4 /qpid/cpp/src/tests/Makefile.am | |
| parent | a1802c698078787d5ac332b72d8b6ebe75cee286 (diff) | |
| download | qpid-python-3c8968ee65bbcc08e7b4e948dbee0518c6a4b6bd.tar.gz | |
Get rid of boost::regex in test code.
It was barely being used and it causes portability problems on older versions of boost.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1026103 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/src/tests/Makefile.am')
| -rw-r--r-- | qpid/cpp/src/tests/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qpid/cpp/src/tests/Makefile.am b/qpid/cpp/src/tests/Makefile.am index 5e1438d813..2a7430b8ca 100644 --- a/qpid/cpp/src/tests/Makefile.am +++ b/qpid/cpp/src/tests/Makefile.am @@ -66,7 +66,7 @@ tmodule_LTLIBRARIES= TESTS+=unit_test check_PROGRAMS+=unit_test -unit_test_LDADD=-lboost_unit_test_framework -lboost_regex \ +unit_test_LDADD=-lboost_unit_test_framework \ $(lib_messaging) $(lib_broker) $(lib_console) $(lib_qmf2) unit_test_SOURCES= unit_test.cpp unit_test.h \ |
