configure.ac: Fix typo.

Original commit message from CVS:
* configure.ac:
Fix typo.
This commit is contained in:
Jan Schmidt 2008-01-31 00:03:26 +00:00
parent e315541000
commit f189cb8cd9
2 changed files with 6 additions and 1 deletions

View file

@ -1,3 +1,8 @@
2008-01-31 Jan Schmidt <jan.schmidt@sun.com>
* configure.ac:
Fix typo.
2008-01-30 Jan Schmidt <jan.schmidt@sun.com>
* gst/alpha/Makefile.am:

View file

@ -470,7 +470,7 @@ dnl for information about the header/define, see sys/v4l2/gstv4l2element.h
dnl renamed to GST_V4L2 because of some conflict with kernel headers
translit(dnm, m, l) AM_CONDITIONAL(USE_GST_V4L2, true)
AG_GST_CHECK_FEATURE(GST_V4L2, [Video 4 Linux 2], v4l2src, [
AC_MSG_CHECKING([Checking for uptodate v4l2 installation])
AC_MSG_CHECKING([Checking for up to date v4l2 installation])
AC_TRY_COMPILE([
#include <sys/types.h>
#ifdef __sun /* Solaris */