configure: Fix the -o operator in a call to test
authorNeil Roberts <neil@linux.intel.com>
Fri, 23 Mar 2012 16:34:17 +0000 (16:34 +0000)
committerNeil Roberts <neil@linux.intel.com>
Fri, 23 Mar 2012 16:42:35 +0000 (16:42 +0000)
commit04f2be34b2cba22acdb497feb5ecbcc3233ccc6a
treecc4af053961e4c845c945daddfab581a7e1488c8
parent4316a85c16fba8edcf801641d8d3f2cda5958479
configure: Fix the -o operator in a call to test

The disjunction operator was misspelt as -O which tests whether the
following file is owned by the calling user. This doesn't take enough
arguments so bash was showing an error and the test was always
failing. This meant that NEED_XKB_UTILS was always false which should
have broken the build but the Makefile was mistakenly including
clutter-xkb-utils.c again if SUPPORT_WAYLAND is defined.

See 1b77565e for reference.

Reviewed-by: Emmanuele Bassi <ebassi@linux.intel.com>
clutter/Makefile.am
configure.ac