[KBear-cvs] kbear/admin libtool.m4.in,1.7,1.7.2.1
Brought to you by:
kbjorn
From: <kb...@us...> - 2005-04-28 09:06:30
|
Update of /cvsroot/kbear/kbear/admin In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv20415/admin Modified Files: Tag: KBEAR_2_BRANCH libtool.m4.in Log Message: fixed bug for 64 bit system Index: libtool.m4.in =================================================================== RCS file: /cvsroot/kbear/kbear/admin/libtool.m4.in,v retrieving revision 1.7 retrieving revision 1.7.2.1 diff -C2 -d -r1.7 -r1.7.2.1 *** libtool.m4.in 8 Oct 2002 18:12:24 -0000 1.7 --- libtool.m4.in 28 Apr 2005 09:06:18 -0000 1.7.2.1 *************** *** 1271,1275 **** if test "x$LINUX_64_MODE" = x64; then # Some platforms are per default 64-bit, so there's no /lib64 ! if test -d /lib64; then libsuff=64 fi --- 1271,1275 ---- if test "x$LINUX_64_MODE" = x64; then # Some platforms are per default 64-bit, so there's no /lib64 ! if test -d /lib64 && ! test -L /lib64; then libsuff=64 fi |