summaryrefslogtreecommitdiff
blob: bc400bf5440f5a1c34183708a0b8422084c98879 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
--- libquicktime-0.9.7-r2/work/libquicktime-0.9.7/configure.ac	2006-09-03 13:25:41.000000000 +0100
+++ /tmp/configure.ac	2006-09-03 13:25:53.000000000 +0100
@@ -139,12 +139,12 @@
 have_vorbis=false
 AH_TEMPLATE([HAVE_VORBIS], [Vorbis libraries are there])
   
-XIPH_PATH_VORBIS(have_vorbis=true)
+dnl XIPH_PATH_VORBIS(have_vorbis=true)
 AM_CONDITIONAL(HAVE_VORBIS, test x$have_vorbis = xtrue)
   
-if test x$have_vorbis = xtrue; then
-AC_DEFINE(HAVE_VORBIS)
-fi
+dnl if test x$have_vorbis = xtrue; then
+dnl AC_DEFINE(HAVE_VORBIS)
+dnl fi
  
 AC_SUBST(VORBIS_REQUIRED)