aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorYang Tse <yangsita@gmail.com>2011-06-01 21:39:18 +0200
committerYang Tse <yangsita@gmail.com>2011-06-01 21:40:09 +0200
commitaa76dec33af3d93f046143e7e7c853c49ef54380 (patch)
treeb6403245364c2c24473d98bf81f9a78735da3732 /configure.ac
parentd6bb8dcc23b5e607e2f30c63d9cf13371219df54 (diff)
unit tests: more build adjustments
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 2 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 819008eec..c8c0d42c0 100644
--- a/configure.ac
+++ b/configure.ac
@@ -305,6 +305,8 @@ AM_CONDITIONAL(NO_UNDEFINED, test x$need_no_undefined = xyes)
CURL_CHECK_CURLDEBUG
AM_CONDITIONAL(CURLDEBUG, test x$want_curldebug = xyes)
+AM_CONDITIONAL(BUILD_UNITTESTS, test x$want_curldebug = xyes)
+
dnl **********************************************************************
dnl Compilation based checks should not be done before this point.
dnl **********************************************************************