Browse Source

[master] removed a configure.ac line that got left over after copy/paste

Jelte Jansen 14 years ago
parent
commit
6c554c8b4e
1 changed files with 0 additions and 1 deletions
  1. 0 1
      configure.ac

+ 0 - 1
configure.ac

@@ -402,7 +402,6 @@ if test -x "${BOTAN_CONFIG}" ; then
         for flag in ${BOTAN_LDFLAGS}; do
                 BOTAN_RPATH="${BOTAN_RPATH} `echo $flag | sed -ne 's/^\(\-L\)/-R/p'`"
         done
-        BOTAN_RPATH="${PYTHON_LDFLAGS} ${python_rpath}"
         AC_SUBST(BOTAN_RPATH)
     fi