[xiph-cvs] cvs commit: vorbis-tools configure.in
Jack Moffitt
jack at xiph.org
Tue Oct 31 17:44:34 PST 2000
jack 00/10/31 17:44:33
Modified: . configure.in
Log:
forgot -lm
Revision Changes Path
1.8 +2 -0 vorbis-tools/configure.in
Index: configure.in
===================================================================
RCS file: /usr/local/cvsroot/vorbis-tools/configure.in,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- configure.in 2000/10/31 19:09:23 1.7
+++ configure.in 2000/11/01 01:44:33 1.8
@@ -60,6 +60,8 @@
fi
AC_CHECK_LIB(vorbis, vorbis_info_init, LIBS="$LIBS -lvorbis", AC_MSG_ERROR([You must have libvorbis to compile vorbis-tools!!!]))
+LIBS="$LIBS -lm"
+
AM_PATH_AO(0.5.0,,AC_MSG_ERROR(libao needed!))
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