[xiph-cvs] cvs commit: vorbis configure.in

Monty xiphmont at xiph.org
Thu Oct 10 23:45:37 PDT 2002



xiphmont    02/10/11 02:45:37

  Modified:    .        configure.in
  Log:
  Eliminate checks for float versions of libmath trig functions as
  they're no longer needed (been optimized away).  Also closes Sun Forte
  C bug where we detect sqrtf(), but it isn;t what we think it is.
  
  Monty

Revision  Changes    Path
1.64      +0 -9      vorbis/configure.in

Index: configure.in
===================================================================
RCS file: /usr/local/cvsroot/vorbis/configure.in,v
retrieving revision 1.63
retrieving revision 1.64
diff -u -r1.63 -r1.64
--- configure.in	19 Jul 2002 13:44:36 -0000	1.63
+++ configure.in	11 Oct 2002 06:45:37 -0000	1.64
@@ -173,15 +173,6 @@
 AC_FUNC_ALLOCA
 AC_FUNC_MEMCMP
 
-AC_CHECK_FUNCS(sqrtf)
-AC_CHECK_FUNCS(logf)
-AC_CHECK_FUNCS(expf)
-AC_CHECK_FUNCS(acosf)
-AC_CHECK_FUNCS(atanf)
-AC_CHECK_FUNCS(frexpf)
-AC_CHECK_FUNCS(rintf)
-AC_CHECK_FUNCS(floorf)
-
 dnl --------------------------------------------------
 dnl Do substitutions
 dnl --------------------------------------------------

<p><p>--- >8 ----
List archives:  http://www.xiph.org/archives/
Ogg project homepage: http://www.xiph.org/ogg/
To unsubscribe from this list, send a message to 'cvs-request at xiph.org'
containing only the word 'unsubscribe' in the body.  No subject is needed.
Unsubscribe messages sent to the list will be ignored/filtered.



More information about the commits mailing list