]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
remove the build stubs for the exe's and the ogg dependency as we don't use them
authorMichael Jerris <mike@jerris.com>
Fri, 25 Jan 2008 15:14:10 +0000 (15:14 +0000)
committerMichael Jerris <mike@jerris.com>
Fri, 25 Jan 2008 15:14:10 +0000 (15:14 +0000)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@7351 d0543943-73ff-0310-b7d9-9358b9ac24b2

libs/speex/Makefile.am
libs/speex/configure.ac

index a24edde76da84bd7c42402b03a652a762d586dc5..5f6c7bbdf8189a51aa78b3412a30909b2f6fe800 100644 (file)
@@ -13,7 +13,7 @@ pkgconfig_DATA = speex.pc
 EXTRA_DIST = Speex.spec Speex.spec.in Speex.kdevelop speex.m4 speex.pc.in README.blackfin README.symbian README.TI-DSP
 
 #Fools KDevelop into including all files
-SUBDIRS = libspeex include @src@ doc win32 symbian ti
+SUBDIRS = libspeex include doc win32 symbian ti
 
 DIST_SUBDIRS = libspeex include src doc win32 symbian ti
 
index faa449bc178f88ab2865f2abaef4744874106966..a3a2395c7f4f2f7217a81e8f517c243e615531af 100644 (file)
@@ -67,9 +67,6 @@ AC_MSG_RESULT($has_alloca)
 
 AC_CHECK_HEADERS(sys/soundcard.h sys/audioio.h)
 
-XIPH_PATH_OGG([src="src"], [src=""])
-AC_SUBST(src)
-
 AC_CHECK_LIB(m, sin)
 
 # Check for getopt_long; if not found, use included source.
@@ -230,10 +227,4 @@ AC_OUTPUT([Makefile libspeex/Makefile src/Makefile doc/Makefile Speex.spec
           ti/speex_C54_test/Makefile ti/speex_C55_test/Makefile
           ti/speex_C64_test/Makefile ])
 
-if test "x$src" = "x"; then 
-echo "**IMPORTANT**"
-echo "You don't seem to have the development package for libogg (libogg-devel) installed. Only the Speex library (libspeex) will be built (no encoder/decoder executable)"
-echo "You can download libogg from http://downloads.xiph.org/releases/ogg/"
-fi
-
 echo "Type \"make; make install\" to compile and install Speex";