aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac9
1 files changed, 0 insertions, 9 deletions
diff --git a/configure.ac b/configure.ac
index 196be70..5999bfd 100644
--- a/configure.ac
+++ b/configure.ac
@@ -22,13 +22,6 @@ OPENSSL_REQUIRED=1.0.0e
PKG_PROG_PKG_CONFIG
#------------------------------------------------------------------------------
-# protocol version we're building for
-
-AC_ARG_WITH(protocol-version, [ --with-protocol-version=NAME Version of the IPC protocol we're building libsamsung-ipc for],
- [v=$withval;protocol_version=$v], [protocol_version=4])
-AM_CONDITIONAL([WANT_PROTOCOL_VERISON_4], [test x"$protocol_version" = x"4"])
-
-#------------------------------------------------------------------------------
# openssl
PKG_CHECK_MODULES(OPENSSL, openssl >= $OPENSSL_REQUIRED)
@@ -63,8 +56,6 @@ echo "------------------------------------------------------------------------"
echo
echo "Configuration Options:"
echo
-echo " protocol version........: $protocol_version"
-echo
echo " debug build.............: $debug"
echo
echo " prefix..................: $prefix"