File lib64.dif of Package libao
--- ao.m4-dist 2002-07-23 16:26:19.000000000 +0200
+++ ao.m4 2002-07-23 16:26:25.000000000 +0200
@@ -19,9 +19,9 @@
if test "x$ao_libraries" != "x" ; then
AO_LIBS="-L$ao_libraries"
elif test "x$ao_prefix" != "x"; then
- AO_LIBS="-L$ao_prefix/lib"
+ AO_LIBS="-L$ao_prefix/lib64"
elif test "x$prefix" != "xNONE"; then
- AO_LIBS="-L$prefix/lib"
+ AO_LIBS="-L$prefix/lib64"
fi
if test "x$ao_includes" != "x" ; then