Revision: 6638
Author: ek.kato
Date: Fri Jul 30 00:23:27 2010
Log: * Merge r6637 from trunk.

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

Modified:
 /branches/1.6/configure.ac
 /branches/1.6/test/Makefile.am

=======================================
--- /branches/1.6/configure.ac  Thu Jul 29 21:51:01 2010
+++ /branches/1.6/configure.ac  Fri Jul 30 00:23:27 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
=======================================
--- /branches/1.6/test/Makefile.am      Thu Jul 29 23:10:27 2010
+++ /branches/1.6/test/Makefile.am      Fri Jul 30 00:23:27 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