Author: nmittler
Date: Sat Nov 10 10:48:35 2007
New Revision: 593806
URL: http://svn.apache.org/viewvc?rev=593806&view=rev
Log:
fixed e-mail address in configure.ac
Modified:
activemq/activemq-cpp/decaf/trunk/configure.ac
Modified: activemq/activemq-cpp/decaf/trunk/configure.ac
URL:
http://svn.apache.org/viewvc/activemq/activemq-cpp/decaf/trunk/configure.ac?rev=593806&r1=593805&r2=593806&view=diff
==============================================================================
--- activemq/activemq-cpp/decaf/trunk/configure.ac (original)
+++ activemq/activemq-cpp/decaf/trunk/configure.ac Sat Nov 10 10:48:35 2007
@@ -18,7 +18,7 @@
## --------------------------------
## Initialization macros.
## --------------------------------
-AC_INIT(decaf, 1, [EMAIL PROTECTED])
+AC_INIT(decaf, 1, [EMAIL PROTECTED])
AC_CONFIG_AUX_DIR(config)
AC_CONFIG_SRCDIR(src/main/decaf/lang/Thread.cpp)