diff options
author | Mark Spruiell <mes@zeroc.com> | 2002-10-24 17:35:19 +0000 |
---|---|---|
committer | Mark Spruiell <mes@zeroc.com> | 2002-10-24 17:35:19 +0000 |
commit | 0986574094d1870cf25a7d8137be2f9c9d477beb (patch) | |
tree | eefb05ab052065368250038f32a22290c3cd7abd /cpp | |
parent | gcc 3.2 changes (diff) | |
download | ice-0986574094d1870cf25a7d8137be2f9c9d477beb.tar.bz2 ice-0986574094d1870cf25a7d8137be2f9c9d477beb.tar.xz ice-0986574094d1870cf25a7d8137be2f9c9d477beb.zip |
back out change to XERCESC_HOME
Diffstat (limited to 'cpp')
-rw-r--r-- | cpp/config/Make.rules | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/config/Make.rules b/cpp/config/Make.rules index 8869354d5a8..c7f6f58fe75 100644 --- a/cpp/config/Make.rules +++ b/cpp/config/Make.rules @@ -21,7 +21,7 @@ STLPORT_HOME ?= /opt/STLport DB_HOME ?= /opt/db OPENSSL_HOME ?= /opt/openssl -XERCESC_HOME ?= /opt/xerces-c-2.1.0-gcc-3.2 +XERCESC_HOME ?= /opt/xerces-c # # Don't change these lines! |