add a note about which version of cunit is fixed for debian/ubuntu

Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
main
Alex Deucher 2015-08-06 13:44:16 -04:00
parent e1f31d98a7
commit c8df9e724e
1 changed files with 1 additions and 0 deletions

View File

@ -363,6 +363,7 @@ fi
PKG_CHECK_MODULES([CUNIT], [cunit >= 2.1], [have_cunit=yes], [have_cunit=no])
# If pkg-config does not find cunit, check it using AC_CHECK_LIB. We
# do this because Debian (Ubuntu) lacks pkg-config file for cunit.
# fixed in 2.1-2.dfsg-3: http://anonscm.debian.org/cgit/collab-maint/cunit.git/commit/?h=debian
if test "x${have_cunit}" = "xno"; then
AC_CHECK_LIB([cunit], [CU_initialize_registry], [have_cunit=yes], [have_cunit=no])
if test "x${have_cunit}" = "xyes"; then