From 9d1137d9197552439af937fee4b9ec5368f562bf Mon Sep 17 00:00:00 2001 From: Paul Kocialkowski Date: Tue, 25 Jun 2013 16:22:19 +0200 Subject: Drop support for the (incomplete) old protocol implementation used on H1. Also refactor headers: values aligned to 16x4 spaces and other cosmetics Change-Id: I5a6f2c2471599c88c4be74591117d0ab2dfaaddf Signed-off-by: Paul Kocialkowski --- configure.ac | 9 --------- 1 file changed, 9 deletions(-) (limited to 'configure.ac') 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" -- cgit v1.1