add a note about which version of cunit is fixed for debian/ubuntu
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>main
parent
e1f31d98a7
commit
c8df9e724e
|
@ -363,6 +363,7 @@ fi
|
||||||
PKG_CHECK_MODULES([CUNIT], [cunit >= 2.1], [have_cunit=yes], [have_cunit=no])
|
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
|
# 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.
|
# 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
|
if test "x${have_cunit}" = "xno"; then
|
||||||
AC_CHECK_LIB([cunit], [CU_initialize_registry], [have_cunit=yes], [have_cunit=no])
|
AC_CHECK_LIB([cunit], [CU_initialize_registry], [have_cunit=yes], [have_cunit=no])
|
||||||
if test "x${have_cunit}" = "xyes"; then
|
if test "x${have_cunit}" = "xyes"; then
|
||||||
|
|
Loading…
Reference in New Issue