aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorSimon Busch <morphis@gravedo.de>2012-01-28 15:07:24 +0100
committerSimon Busch <morphis@gravedo.de>2012-01-28 15:07:24 +0100
commit51ea3aaa63e65b74b7386fe1365d7b52f4495c43 (patch)
tree7946a90808a3ac0e3ad1c8cddadab7a0035c5e83 /configure.ac
parenta6fab223402276cd543830be051ff7ef8bae8b4f (diff)
downloadexternal_libsamsung-ipc-51ea3aaa63e65b74b7386fe1365d7b52f4495c43.zip
external_libsamsung-ipc-51ea3aaa63e65b74b7386fe1365d7b52f4495c43.tar.gz
external_libsamsung-ipc-51ea3aaa63e65b74b7386fe1365d7b52f4495c43.tar.bz2
Adjust to get everything compiling with autotools again
Signed-off-by: Simon Busch <morphis@gravedo.de>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac5
1 files changed, 2 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac
index 1f7d4c1..d0241ed 100644
--- a/configure.ac
+++ b/configure.ac
@@ -25,9 +25,8 @@ 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=crespo])
-AM_CONDITIONAL([WANT_PROTOCOL_VERISON_CRESPO], [test x"$protocol_version" = x"crespo"])
-AM_CONDITIONAL([WANT_PROTOCOL_VERISON_H1], [test x"$protocol_version" = x"h1"])
+ [v=$withval;protocol_version=$v], [protocol_version=4])
+AM_CONDITIONAL([WANT_PROTOCOL_VERISON_4], [test x"$protocol_version" = x"4"])
#------------------------------------------------------------------------------
# openssl