Merge pull request #103 from yohanboniface/fix-configure
Fix syntax error in configure.ac (fix #96)
This commit is contained in:
commit
0d78599a57
1 changed files with 3 additions and 2 deletions
|
@ -123,7 +123,8 @@ if test "x$enable_check" != "xunset" ; then
|
||||||
PKG_CHECK_MODULES(CHECK,[check >= 0.9.4],:,[
|
PKG_CHECK_MODULES(CHECK,[check >= 0.9.4],:,[
|
||||||
ifdef([AM_PATH_CHECK],
|
ifdef([AM_PATH_CHECK],
|
||||||
[AM_PATH_CHECK(,[have_check="yes"])],
|
[AM_PATH_CHECK(,[have_check="yes"])],
|
||||||
AC_MSG_WARN([Check not found; cannot run unit tests!]) [have_check="no"]
|
AC_MSG_WARN([Check not found; cannot run unit tests!])
|
||||||
|
[have_check="no"]
|
||||||
)]
|
)]
|
||||||
])
|
])
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in a new issue