summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorDavid Schleef <ds@schleef.org>2003-04-05 20:09:05 +0000
committerDavid Schleef <ds@schleef.org>2003-04-05 20:09:05 +0000
commit24cdffaf186b6cdb47f6a3fb2cfb02a6cc4e4374 (patch)
treedaa08ad0485856a590f70591069c87a30e3a4907 /configure.ac
parentf42b10da50326da2c15813250c96b1cfe15d4d66 (diff)
Fix the QCAM detection. (Correctly, this time.) Should go into 0.6.1
Original commit message from CVS: Fix the QCAM detection. (Correctly, this time.) Should go into 0.6.1
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 16586677..790ae53b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -279,7 +279,7 @@ GST_CHECK_FEATURE(OSS, [OSS audio], osssrc osssink, [
dnl *** QuickCam ***
translit(dnm, m, l) AM_CONDITIONAL(USE_QCAM, true)
GST_CHECK_FEATURE(QCAM, [QuickCam], qcamsrc, [
- if test "x$HAVE_CPU_I386" = "xno";
+ if test "x$HAVE_CPU_I386" != "xyes";
then
HAVE_QCAM="no"
AC_MSG_WARN([QuickCam only works on i386])