diff options
author | Michael Roitzsch <mroi@users.sourceforge.net> | 2002-07-17 14:43:54 +0000 |
---|---|---|
committer | Michael Roitzsch <mroi@users.sourceforge.net> | 2002-07-17 14:43:54 +0000 |
commit | 7d3b1240c412845aa8e645dcf17da18a5a304ea7 (patch) | |
tree | cb1f075a8e1926d1e5f8a1f85a915790070fd595 | |
parent | 43d9a765f264bc030859c80560934635a00acd2e (diff) | |
download | xine-lib-7d3b1240c412845aa8e645dcf17da18a5a304ea7.tar.gz xine-lib-7d3b1240c412845aa8e645dcf17da18a5a304ea7.tar.bz2 |
fix alsa web address
CVS patchset: 2299
CVS date: 2002/07/17 14:43:54
-rw-r--r-- | m4/alsa.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/m4/alsa.m4 b/m4/alsa.m4 index 822d884ec..5a6c542d2 100644 --- a/m4/alsa.m4 +++ b/m4/alsa.m4 @@ -130,7 +130,7 @@ int main() { printf("\n*** An old version of ALSA (%d.%d.%d) was found.\n", SND_LIB_MAJOR, SND_LIB_MINOR, SND_LIB_SUBMINOR); printf("*** You need a version of ALSA newer than %d.%d.%d. The latest version of\n", major, minor, micro); - printf("*** ALSA is always available from: http://www.alsa-drivers.org/\n"); + printf("*** ALSA is always available from: http://www.alsa-project.org/\n"); printf("***\n"); printf("*** If you have already installed a sufficiently new version\n"); printf("*** the easiest way to fix this is to remove the old version, and\n"); |