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 2008/08/20 20:20:41 UTC

svn commit: r687408 - /activemq/activemq-cpp/trunk/m4/ac_doxygen.m4

Author: tabish
Date: Wed Aug 20 11:20:41 2008
New Revision: 687408

URL: http://svn.apache.org/viewvc?rev=687408&view=rev
Log:
https://issues.apache.org/activemq/browse/AMQCPP-191

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

Modified: activemq/activemq-cpp/trunk/m4/ac_doxygen.m4
URL: http://svn.apache.org/viewvc/activemq/activemq-cpp/trunk/m4/ac_doxygen.m4?rev=687408&r1=687407&r2=687408&view=diff
==============================================================================
--- activemq/activemq-cpp/trunk/m4/ac_doxygen.m4 (original)
+++ activemq/activemq-cpp/trunk/m4/ac_doxygen.m4 Wed Aug 20 11:20:41 2008
@@ -90,7 +90,7 @@
 AC_PATH_TOOL([$1], [$2])
 if test "$DX_FLAG_[]DX_CURRENT_FEATURE$$1" = 1; then
     AC_MSG_WARN([$2 not found - will not DX_CURRENT_DESCRIPTION])
-    AC_SUBST([DX_FLAG_[]DX_CURRENT_FEATURE], 0)
+    AC_SUBST([DX_FLAG_]DX_CURRENT_FEATURE, 0)
 fi
 ])
 
@@ -113,7 +113,7 @@
 # ----------------------------------------------------------
 # Turn off the DX_CURRENT_FEATURE if the required feature is off.
 AC_DEFUN([DX_CLEAR_DEPEND], [
-test "$DX_FLAG_$1" = "$2" || AC_SUBST([DX_FLAG_[]DX_CURRENT_FEATURE], 0)
+test "$DX_FLAG_$1" = "$2" || AC_SUBST([DX_FLAG_]DX_CURRENT_FEATURE, 0)
 ])
 
 # DX_FEATURE_ARG(FEATURE, DESCRIPTION,