Typo - proper detect c-ares and classads libraries on 64bit platforms.
authorFrantišek Dvořák <valtri@civ.zcu.cz>
Tue, 1 Sep 2009 13:40:43 +0000 (13:40 +0000)
committerFrantišek Dvořák <valtri@civ.zcu.cz>
Tue, 1 Sep 2009 13:40:43 +0000 (13:40 +0000)
org.glite.yaim.lb/config/functions/config_glite_lb

index 31f50e7..8d63333 100644 (file)
@@ -23,7 +23,7 @@ function config_glite_lb_setenv(){
 
   cares_prefix=${INSTALL_ROOT:-/opt}/c-ares
   classads_prefix=${INSTALL_ROOT:-/opt}/classads
-  if [ x`uname -m` = xx8664 ]; then
+  if [ x`uname -m` = xx86_64 ]; then
     if [ -d "$cares_prefix/lib64" ]; then
       cares_libarch=lib64
     fi