浏览代码

Use the PATH to find the xmlsec1 binary

Erick Tryzelaar 11 年之前
父节点
当前提交
932d568246
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      desktop/libs/libsaml/src/libsaml/conf.py

+ 1 - 1
desktop/libs/libsaml/src/libsaml/conf.py

@@ -40,7 +40,7 @@ def xmlsec():
   xmlsec path
   """
   if get_xmlsec_binary:
-    return get_xmlsec_binary(['/usr/bin', '/usr/local/bin', '/opt/local/bin'])
+    return get_xmlsec_binary()
   else:
     return '/usr/local/bin/xmlsec1'