]> granicus.if.org Git - shadow/commit
configure.ac: fix configure error with dash
authorYi Zhao <yi.zhao@windriver.com>
Mon, 17 Jun 2019 07:36:34 +0000 (15:36 +0800)
committerYi Zhao <yi.zhao@windriver.com>
Mon, 17 Jun 2019 07:42:07 +0000 (15:42 +0800)
commit3c52a84ff8775590e7e9da9c0d4408c23494305e
treee0a462896f3c35fe3ad0f0f147436d26ff5b5f36
parent2bb99b8fe66845911924e573307e60fdc3823b51
configure.ac: fix configure error with dash

A configure error occurs when /bin/sh -> dash:
  checking for is_selinux_enabled in -lselinux... yes
  checking for semanage_connect in -lsemanage... yes
  configure: 16322: test: yesyes: unexpected operator

Use "=" instead of "==" since dash doesn't support this operator.

Signed-off-by: Yi Zhao <yi.zhao@windriver.com>
configure.ac