Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mumble-voip/speexdsp.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorslicer <slicer@mumble.hive.no>2010-01-07 19:05:18 +0300
committerslicer <slicer@mumble.hive.no>2010-01-07 19:05:18 +0300
commitc1d4851a7da9137e454b412cd4e83cd0f18933f6 (patch)
treee6f12c7cb7b47d503e149f5f762dd3e653445bff
parentf0102ca594d97a2bd01b1d8e2ed16bdffa4ac3f5 (diff)
Remove unused tests from configure.ac
-rw-r--r--configure.ac11
1 files changed, 0 insertions, 11 deletions
diff --git a/configure.ac b/configure.ac
index 3bb1079..cba9629 100644
--- a/configure.ac
+++ b/configure.ac
@@ -116,17 +116,6 @@ AC_SUBST(src)
AC_CHECK_LIB(m, sin)
-# Check for getopt_long; if not found, use included source.
-AC_CHECK_FUNCS([getopt_long],,
-[# FreeBSD has a gnugetopt library.
- AC_CHECK_LIB([gnugetopt],[getopt_long],
-[AC_DEFINE([HAVE_GETOPT_LONG])],
-[# Use the GNU replacement.
-AC_LIBOBJ(getopt)
-AC_LIBOBJ(getopt1)])])
-
-AC_CHECK_LIB(winmm, main)
-
AC_DEFINE_UNQUOTED(SPEEX_VERSION, "${SPEEX_VERSION}", [Complete version string])
AC_DEFINE_UNQUOTED(SPEEX_MAJOR_VERSION, ${SPEEX_MAJOR_VERSION}, [Version major])
AC_DEFINE_UNQUOTED(SPEEX_MINOR_VERSION, ${SPEEX_MINOR_VERSION}, [Version minor])