diff options
author | Bent Bisballe Nyeng <deva@aasimon.org> | 2015-02-12 21:43:53 +0100 |
---|---|---|
committer | Bent Bisballe Nyeng <deva@aasimon.org> | 2015-02-12 21:43:53 +0100 |
commit | eeb71aad1cfa28233a930440cc87030977d2b7f9 (patch) | |
tree | c9c165e7f5f468a1038289e0db1b12195ec68fd7 /configure.ac | |
parent | d180e4eef8f59ddebd8cf6ac3d4d5ce7ac9610f4 (diff) | |
parent | 1971b7c898f710df4d66e0a70e2ec707ab6e18fd (diff) |
Merge remote-tracking branch 'origin/master' into lv2opt
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 4b2e4db..03a8c31 100644 --- a/configure.ac +++ b/configure.ac @@ -87,7 +87,7 @@ AC_ARG_WITH([test], AS_IF([test x$with_test == xyes], [AC_MSG_WARN([*** Building unittests!]) - AM_PATH_CPPUNIT(1.9.6) + AM_PATH_CPPUNIT(1.9.6)] ) dnl ====================== |