need c++
authorThomas Vander Stichele <thomas@apestaart.org>
Tue, 13 Aug 2002 11:25:16 +0000 (11:25 +0000)
committerThomas Vander Stichele <thomas@apestaart.org>
Tue, 13 Aug 2002 11:25:16 +0000 (11:25 +0000)
Original commit message from CVS:
need c++

configure.ac

index b66f47d..76f7513 100644 (file)
@@ -412,7 +412,9 @@ GST_CHECK_FEATURE(AUDIOFILE, [audiofile], afsink afsrc, [
 dnl *** avifile ***
 translit(dnm, m, l) AM_CONDITIONAL(USE_AVIFILE, true)
 GST_CHECK_FEATURE(AVIFILE, [avifile], winenc windec, [
-  AS_AVIFILE(0.7.0)
+  if test "x$HAVE_CXX" = "xyes"; then
+    AS_AVIFILE(0.7.0)
+  fi
 ])
 
 dnl *** CDParanoia ***