[xiph-cvs] cvs commit: ao ao.m4
Jack Moffitt
jack at xiph.org
Tue Nov 7 20:25:17 PST 2000
jack 00/11/07 20:25:17
Modified: . ao.m4
Log:
forgot -ldl
Revision Changes Path
1.3 +1 -1 ao/ao.m4
Index: ao.m4
===================================================================
RCS file: /usr/local/cvsroot/ao/ao.m4,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ao.m4 2000/11/08 04:22:31 1.2
+++ ao.m4 2000/11/08 04:25:17 1.3
@@ -18,7 +18,7 @@
AO_LIBS="-L$ao_prefix/lib"
fi
- AO_LIBS="$AO_LIBS -lao"
+ AO_LIBS="$AO_LIBS -lao -ldl"
AC_MSG_CHECKING(for ao)
no_ao=""
--- >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