1 --- libnfc-nci-fbad2fb842f2b4e7cfd5bc82136a9381402c07ce.orig/configure.ac 2016-03-21 10:14:22.000000000 +0100
2 +++ libnfc-nci-fbad2fb842f2b4e7cfd5bc82136a9381402c07ce/configure.ac 2016-03-21 10:21:27.855611688 +0100
3 @@ -54,16 +54,6 @@ AC_ARG_ENABLE([pn7120],
4 *) AC_MSG_ERROR([bad value ${enableval} for --enable-pn7120]) ;;
7 -AC_ARG_VAR(openssldir, help-string)
9 -AC_ARG_ENABLE([llcp1_3],
10 -[ --enable-llcp1_3 enable LLCP1.3 (secured P2P)],
11 -[case "${enableval}" in
12 - yes) llcp1_3=true ;;
13 - no) llcp1_3=false ;;
14 - *) AC_MSG_ERROR([bad value ${enableval} for --enable-llcp1_3]) ;;
15 -esac],[llcp1_3=false])
17 AM_CONDITIONAL([CHIP_SEL_NOK], [
19 if [ "$pn7120" = "true" ]; then
20 @@ -73,17 +63,6 @@ if [test "$COUNT" -gt 1]; then
21 AC_MSG_ERROR(Can not enable multiple chip type)
24 -AM_CONDITIONAL([LLCP1_3_ENABLED], [if [$llcp1_3]; then
25 -AC_MSG_NOTICE([LLCP1.3 support is enabled (secure P2P)])
26 -AM_CONDITIONAL([OPENSSLDIR_SET], [if ["${ac_cv_env_openssldir_set}" = "set"]; then
27 -AC_MSG_NOTICE([openssldir path set])
29 -AC_MSG_ERROR(path to openssldir not set (required when LLCP1.3 support is enabled))
32 -AC_MSG_NOTICE([LLCP1.3 support is disabled (no secure P2P)])
35 AM_CONDITIONAL([CHIP_SEL_ONE], [if [$pn7120]; then
36 AC_MSG_NOTICE([Selected chip type is PN7120])