build: use portable shell in configure.ac
https://bugzilla.gnome.org/show_bug.cgi?id=741035
This commit is contained in:
parent
dba40e1301
commit
3aa76db195
1 changed files with 1 additions and 1 deletions
|
@ -560,7 +560,7 @@ if test "x$have_wacom" = "xyes"; then
|
|||
else
|
||||
AC_MSG_NOTICE([ Wacom panel disabled])
|
||||
fi
|
||||
if test "x$enable_ibus" == "xyes"; then
|
||||
if test "x$enable_ibus" = "xyes"; then
|
||||
AC_MSG_NOTICE([** IBus (Region panel IBus support)])
|
||||
else
|
||||
AC_MSG_NOTICE([ Region panel IBus support disabled])
|
||||
|
|
Loading…
Add table
Reference in a new issue