fix silly bug that caused build to fail when check is missing

Original commit message from CVS:
fix silly bug that caused build to fail when check is missing
This commit is contained in:
Thomas Vander Stichele 2005-09-11 12:02:02 +00:00
parent ff783ad5fa
commit c486f7a1f2

View file

@ -290,7 +290,7 @@ AM_PATH_CHECK(0.9.2,
HAVE_CHECK=yes
AC_MSG_NOTICE(CHECK_CFLAGS: $CHECK_CFLAGS)
AC_MSG_NOTICE(CHECK_LIBS: $CHECK_LIBS)
]
],
HAVE_CHECK=no)
AM_CONDITIONAL(HAVE_CHECK, test "x$HAVE_CHECK" = "xyes")