diff options
author | Brent Eagles <brent@zeroc.com> | 2005-03-10 03:35:28 +0000 |
---|---|---|
committer | Brent Eagles <brent@zeroc.com> | 2005-03-10 03:35:28 +0000 |
commit | dc554aa862d59611debc6d0b9fea734682bcbcd4 (patch) | |
tree | 0dca086a76c5271560201d100b487e6ef69b50aa /cpp | |
parent | fixing Berkeley DB pickup for AIX (diff) | |
download | ice-dc554aa862d59611debc6d0b9fea734682bcbcd4.tar.bz2 ice-dc554aa862d59611debc6d0b9fea734682bcbcd4.tar.xz ice-dc554aa862d59611debc6d0b9fea734682bcbcd4.zip |
reverse bogus commit
Diffstat (limited to 'cpp')
-rw-r--r-- | cpp/config/Make.rules | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/cpp/config/Make.rules b/cpp/config/Make.rules index 1f571c67552..3f37de2fee7 100644 --- a/cpp/config/Make.rules +++ b/cpp/config/Make.rules @@ -82,7 +82,7 @@ endif # can find it, set BZIP2_HOME to the bzip2 installation directory. # -BZIP2_HOME ?= /opt/bzip2 +#BZIP2_HOME ?= /opt/bzip2 # @@ -91,7 +91,7 @@ BZIP2_HOME ?= /opt/bzip2 # directory. # -DB_HOME ?= /opt/db +#DB_HOME ?= /opt/db # # If OpenSSL is not installed in a standard location where the @@ -99,7 +99,7 @@ DB_HOME ?= /opt/db # directory. # -OPENSSL_HOME ?= /opt/openssl +#OPENSSL_HOME ?= /opt/openssl # # Define if your OpenSSL requires Kerberos, and if Kerberos is not @@ -114,7 +114,7 @@ KERBEROS_HOME ?= /usr/kerberos # installation directory. # -EXPAT_HOME ?= /opt/expat +#EXPAT_HOME ?= /opt/expat # @@ -124,7 +124,7 @@ EXPAT_HOME ?= /opt/expat # # -READLINE_HOME ?= /opt/readline +#READLINE_HOME ?= /opt/readline # ---------------------------------------------------------------------- |