Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 278199 | Differences between
and this patch

Collapse All | Expand All

(-)pdb2pqr-1.4.0.orig/configure.ac (-1 / +1 lines)
Lines 425-431 Link Here
425
  HAVE_PDB2PQR_OPAL=1
425
  HAVE_PDB2PQR_OPAL=1
426
fi
426
fi
427
427
428
if test "$PDB2PQR_OPAL_URL" != ""; then 
428
if test "$PDB2PQR_OPAL_URL" != "no"; then 
429
  HAVE_PDB2PQR_OPAL=1
429
  HAVE_PDB2PQR_OPAL=1
430
  if test -d $PY_PREFIX/lib/python$PY_VERSION/site-packages/ZSI ; then
430
  if test -d $PY_PREFIX/lib/python$PY_VERSION/site-packages/ZSI ; then
431
    echo ZSI is installed
431
    echo ZSI is installed

Return to bug 278199