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

Michael Smith msmith at xiph.org
Mon Jul 2 02:42:44 PDT 2001



msmith      01/07/02 02:42:44

  Modified:    .        configure.in
  Log:
  Forgot a configure change needed for iconv detection.

Revision  Changes    Path
1.22      +1 -0      vorbis-tools/configure.in

Index: configure.in
===================================================================
RCS file: /usr/local/cvsroot/vorbis-tools/configure.in,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- configure.in	2001/06/19 16:34:05	1.21
+++ configure.in	2001/07/02 09:42:44	1.22
@@ -67,6 +67,7 @@
 dnl Check for library functions
 dnl --------------------------------------------------
 
+AC_CHECK_FUNCS(iconv)
 AC_FUNC_SMMAP
 
 dnl --------------------------------------------------

--- >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