You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by ta...@apache.org on 2012/08/07 00:50:07 UTC

svn commit: r1370053 - /activemq/activemq-cpp/trunk/activemq-cpp/m4/find_cppunit.m4

Author: tabish
Date: Mon Aug  6 22:50:07 2012
New Revision: 1370053

URL: http://svn.apache.org/viewvc?rev=1370053&view=rev
Log:
fix for: https://issues.apache.org/jira/browse/AMQCPP-416

Modified:
    activemq/activemq-cpp/trunk/activemq-cpp/m4/find_cppunit.m4

Modified: activemq/activemq-cpp/trunk/activemq-cpp/m4/find_cppunit.m4
URL: http://svn.apache.org/viewvc/activemq/activemq-cpp/trunk/activemq-cpp/m4/find_cppunit.m4?rev=1370053&r1=1370052&r2=1370053&view=diff
==============================================================================
--- activemq/activemq-cpp/trunk/activemq-cpp/m4/find_cppunit.m4 (original)
+++ activemq/activemq-cpp/trunk/activemq-cpp/m4/find_cppunit.m4 Mon Aug  6 22:50:07 2012
@@ -21,9 +21,9 @@ dnl
 AC_DEFUN([AMQ_FIND_CPPUNIT],
 [
 
-AC_ARG_WITH(cppunit-prefix,[  --with-cppunit=PFX      Prefix where CppUnit is installed (optional)],
+AC_ARG_WITH(cppunit,[  --with-cppunit=PFX      Prefix where CppUnit is installed (optional)],
             cppunit_config_prefix="$withval", cppunit_config_prefix="")
-AC_ARG_WITH(cppunit-exec-prefix,[  --with-cppunit-exec=PFX Exec prefix where CppUnit is installed (optional)],
+AC_ARG_WITH(cppunit-exec,[  --with-cppunit-exec=PFX Exec prefix where CppUnit is installed (optional)],
             cppunit_config_exec_prefix="$withval", cppunit_config_exec_prefix="")
 
   if test x$cppunit_config_exec_prefix != x ; then