summaryrefslogtreecommitdiffstats
path: root/rules/commoncpp2.make
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2010-07-13 14:12:15 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2010-07-13 14:16:25 +0200
commit0c1f34ab8fff3fee3f4404f77f246a2a0e9f5f21 (patch)
tree9e5e1e6772e35b66afd81436f4b8f6591098ac67 /rules/commoncpp2.make
parenta317eb7d517988d3201818c9e5890f5407504745 (diff)
downloadptxdist-0c1f34ab8fff3fee3f4404f77f246a2a0e9f5f21.tar.gz
ptxdist-0c1f34ab8fff3fee3f4404f77f246a2a0e9f5f21.tar.xz
[commoncpp2] cleanup configure options
Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules/commoncpp2.make')
-rw-r--r--rules/commoncpp2.make6
1 files changed, 3 insertions, 3 deletions
diff --git a/rules/commoncpp2.make b/rules/commoncpp2.make
index 49a236a6e..185665ba4 100644
--- a/rules/commoncpp2.make
+++ b/rules/commoncpp2.make
@@ -52,15 +52,15 @@ COMMONCPP2_AUTOCONF := \
--disable-profiling \
--without-ipv6 \
--without-nat \
- --enable-monotonic \
- --enable-extras \
--without-gnutls \
--without-openssl \
--without-memaudit \
--without-cppunit
-# the logic for this switch is broken in 1.8.0:
+# the logic for these switches is broken in 1.8.0:
# --with-exceptions
+# --with-monotonic
+# --with-extras
ifndef PTXCONF_COMMONCPP2_LIBZ
COMMONCPP2_AUTOCONF += --without-compression