| 288 echo ok |
288 echo ok |
| 289 else |
289 else |
| 290 # try to detect the correct libdir on our own, except it was changed by the user |
290 # try to detect the correct libdir on our own, except it was changed by the user |
| 291 if test "$libdir" = '${exec_prefix}/lib'; then |
291 if test "$libdir" = '${exec_prefix}/lib'; then |
| 292 if [ "$OS" = "SunOS" ]; then |
292 if [ "$OS" = "SunOS" ]; then |
| 293 test -d "${exec_prefix}/lib/amd64" && libdir='${exec_prefix}/lib/amd64' |
293 test -d "${exec_prefix}/lib/64" && libdir='${exec_prefix}/lib/64' |
| 294 else |
294 else |
| 295 # check if the standard libdir even exists |
295 # check if the standard libdir even exists |
| 296 if test -d "${exec_prefix}/lib" ; then |
296 if test -d "${exec_prefix}/lib" ; then |
| 297 : |
297 : |
| 298 else |
298 else |