test/configure2

changeset 167
fa31a6d0ec56
parent 165
f4f11f755ee7
child 168
4cd9757c1ad9
equal deleted inserted replaced
166:9bb4b40d61b7 167:fa31a6d0ec56
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

mercurial