summaryrefslogtreecommitdiff
path: root/cpp
diff options
context:
space:
mode:
authorBrent Eagles <brent@zeroc.com>2005-03-10 03:35:28 +0000
committerBrent Eagles <brent@zeroc.com>2005-03-10 03:35:28 +0000
commitdc554aa862d59611debc6d0b9fea734682bcbcd4 (patch)
tree0dca086a76c5271560201d100b487e6ef69b50aa /cpp
parentfixing Berkeley DB pickup for AIX (diff)
downloadice-dc554aa862d59611debc6d0b9fea734682bcbcd4.tar.bz2
ice-dc554aa862d59611debc6d0b9fea734682bcbcd4.tar.xz
ice-dc554aa862d59611debc6d0b9fea734682bcbcd4.zip
reverse bogus commit
Diffstat (limited to 'cpp')
-rw-r--r--cpp/config/Make.rules10
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
# ----------------------------------------------------------------------