diff options
Diffstat (limited to 'dev-util/cppunit/files/cppunit-1.10.2-m4.patch')
-rw-r--r-- | dev-util/cppunit/files/cppunit-1.10.2-m4.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/dev-util/cppunit/files/cppunit-1.10.2-m4.patch b/dev-util/cppunit/files/cppunit-1.10.2-m4.patch new file mode 100644 index 000000000000..2d2a9bf1a4fe --- /dev/null +++ b/dev-util/cppunit/files/cppunit-1.10.2-m4.patch @@ -0,0 +1,11 @@ +--- cppunit.m4 ++++ cppunit.m4 +@@ -1,7 +1,7 @@ + dnl + dnl AM_PATH_CPPUNIT(MINIMUM-VERSION, [ACTION-IF-FOUND [, ACTION-IF-NOT-FOUND]]) + dnl +-AC_DEFUN(AM_PATH_CPPUNIT, ++AC_DEFUN([AM_PATH_CPPUNIT], + [ + + AC_ARG_WITH(cppunit-prefix,[ --with-cppunit-prefix=PFX Prefix where CppUnit is installed (optional)], |