Revision: 6637
Author: ek.kato
Date: Fri Jul 30 00:22:06 2010
Log: * configure.ac
* test/Makefile.am
  - Revise r6628 and r6630.  No functionality is changed.

http://code.google.com/p/uim/source/detail?r=6637

Modified:
 /trunk/configure.ac
 /trunk/test/Makefile.am

=======================================
--- /trunk/configure.ac Thu Jul 29 21:47:27 2010
+++ /trunk/configure.ac Fri Jul 30 00:22:06 2010
@@ -1773,7 +1773,8 @@
 else
   AC_MSG_RESULT(no)
 fi
-AM_CONDITIONAL(DO_CHECK_IN_TEST, test x$have_gosh_and_gaunit = xyes)
+AM_CONDITIONAL(DO_CHECK_IN_TEST,
+              test x$have_gosh_and_gaunit = xyes -a x$enable_debug = xyes)


 # Checks for system services
=======================================
--- /trunk/test/Makefile.am     Thu Jul 29 23:09:19 2010
+++ /trunk/test/Makefile.am     Fri Jul 30 00:22:06 2010
@@ -23,8 +23,6 @@
         util/test-string.scm \
         util/test-uim.scm

-if DEBUG
 if DO_CHECK_IN_TEST
 TESTS = run-test.scm
 endif
-endif

Reply via email to