'%s/include' % root]
library_dirs = ['%s/lib' % root,
'%s/lib/afs' % root]
-if os.path.exists('%s/lib/libafsauthent_pic.a' % root):
+if os.path.exists('%s/lib/libafsauthent_pic.a' % root) or os.path.exists('%s/lib64/libafsauthent_pic.a' % root):
suffix = '_pic'
else:
suffix = ''