mirror of
https://github.com/curl/curl.git
synced 2026-07-23 07:47:14 +03:00
unit tests: make unit tests building actually depend on --enable-debug option.
This commit is contained in:
parent
970117ef2d
commit
910d7953aa
1 changed files with 2 additions and 1 deletions
|
|
@ -305,7 +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 Build unit tests when option --enable-debug is given.
|
||||
AM_CONDITIONAL(BUILD_UNITTESTS, test x$want_debug = xyes)
|
||||
|
||||
dnl **********************************************************************
|
||||
dnl Compilation based checks should not be done before this point.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue