configure.ac: Disable PCSC related code on EMBEDDED

The EMBEDDED conditional is used for building inside 'bare iron'
embedded devices like OsmocomBB phones.  There's no PC/SC in them.

Change-Id: I2ef7561d7fdb1ef1c060f8ac73d8588fc0f8eb3f
This commit is contained in:
Harald Welte 2017-01-15 17:53:23 +01:00
parent 1c67e754b8
commit 1a7d64ccd1
1 changed files with 1 additions and 0 deletions

View File

@ -209,6 +209,7 @@ then
AM_CONDITIONAL(ENABLE_CTRL, false)
AM_CONDITIONAL(ENABLE_UTILITIES, false)
AM_CONDITIONAL(ENABLE_GB, false)
AM_CONDITIONAL(ENABLE_PCSC, false)
AC_DEFINE([PANIC_INFLOOP],[1],[Use infinite loop on panic rather than fprintf/abort])
fi