mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-17 11:45:25 +00:00
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:
parent
ff783ad5fa
commit
c486f7a1f2
1 changed files with 1 additions and 1 deletions
|
@ -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")
|
||||
|
||||
|
|
Loading…
Reference in a new issue