[xiph-cvs] cvs commit: vorbis-tools acinclude.m4
Stan Seibert
volsung at xiph.org
Tue Jul 2 08:49:42 PDT 2002
volsung 02/07/02 08:49:42
Modified: . acinclude.m4
Log:
Oops. Missing dlopen now fails a little more gracefully.
Revision Changes Path
1.17 +1 -1 vorbis-tools/acinclude.m4
Index: acinclude.m4
===================================================================
RCS file: /usr/local/cvsroot/vorbis-tools/acinclude.m4,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- acinclude.m4 2002/05/05 03:51:09 1.16
+++ acinclude.m4 2002/07/02 15:49:41 1.17
@@ -249,7 +249,7 @@
# see where dl* and friends live
AC_CHECK_FUNCS(dlopen, [AO_DL_LIBS=""], [
AC_CHECK_LIB(dl, dlopen, [AO_DL_LIBS="-ldl"], [
- AC_MSG_ERROR([could not find dlopen() needed by libao sound drivers
+ AC_MSG_WARN([could not find dlopen() needed by libao sound drivers
your system may not be supported.])
])
])
<p><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