summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorJan Schmidt <thaytan@mad.scientist.com>2008-01-31 00:03:26 +0000
committerJan Schmidt <thaytan@mad.scientist.com>2008-01-31 00:03:26 +0000
commitf189cb8cd945b69f755a3153000ed16290c523b6 (patch)
tree3168bc1e4b9db63d915bf81188442ad7ba46f612 /configure.ac
parente315541000ece43370fd884d19660d9ae7fecfb3 (diff)
configure.ac: Fix typo.
Original commit message from CVS: * configure.ac: Fix typo.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
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 */