diff options
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 6 insertions, 1 deletions
@@ -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: diff --git a/configure.ac b/configure.ac index 427fbf7b..3159523d 100644 --- a/configure.ac +++ b/configure.ac @@ -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 */ |