15 lines
525 B
Plaintext
15 lines
525 B
Plaintext
--- vorbis.m4-dist 2002-09-19 15:24:06.000000000 +0200
|
|
+++ vorbis.m4 2002-09-19 15:25:08.000000000 +0200
|
|
@@ -18,9 +18,9 @@
|
|
if test "x$vorbis_libraries" != "x" ; then
|
|
VORBIS_LIBS="-L$vorbis_libraries"
|
|
elif test "x$vorbis_prefix" != "x" ; then
|
|
- VORBIS_LIBS="-L$vorbis_prefix/lib"
|
|
+ VORBIS_LIBS="-L$vorbis_prefix/lib64"
|
|
elif test "x$prefix" != "xNONE" -a test "x$prefix" != "x/usr"; then
|
|
- VORBIS_LIBS="-L$prefix/lib"
|
|
+ VORBIS_LIBS="-L$prefix/lib64"
|
|
fi
|
|
|
|
VORBIS_LIBS="$VORBIS_LIBS -lvorbis -lm"
|