Author: pini
Date: Wed Jun 14 03:03:29 2006
New Revision: 414170

URL: http://svn.apache.org/viewvc?rev=414170&view=rev
Log:
added tests to build

Modified:
    webservices/axis2/trunk/c/util/configure.ac

Modified: webservices/axis2/trunk/c/util/configure.ac
URL: 
http://svn.apache.org/viewvc/webservices/axis2/trunk/c/util/configure.ac?rev=414170&r1=414169&r2=414170&view=diff
==============================================================================
--- webservices/axis2/trunk/c/util/configure.ac (original)
+++ webservices/axis2/trunk/c/util/configure.ac Wed Jun 14 03:03:29 2006
@@ -80,7 +80,7 @@
 )
 
 AC_MSG_CHECKING(whether to build tests)
-AC_ARG_ENABLE(tests, [  --enable-tests    build tests. default=no],
+AC_ARG_ENABLE(tests, [  --enable-tests    build tests. default=yes],
 [ case "${enableval}" in
   no)
     AC_MSG_RESULT(no)
@@ -92,8 +92,8 @@
 
     ;;
   esac ],
-  AC_MSG_RESULT(no)
-  TESTDIR=""
+  AC_MSG_RESULT(yes)
+  TESTDIR="test"
 )
 
 



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to