1. 11 5月, 2017 1 次提交
    • J
      Adds a check for Greenplum patched Xerces [#138725549] · 94afeb62
      Jesse Zhang and Omer Arap 提交于
      If gpdb is configured to build with orca it requires a Greenplum patched
      version of Xerces library. This commit adds an explicit check for the
      patched Xerces.
      
      This also gives us an opportunity to be more idiomatic in doing
      autoconf: we are replacing the manual manipulation of LIBS in
      src/backend/Makefile with `AC_CHECK_LIB` in `configure.in`.
      94afeb62