build: some fixes in configure.ac
authorRan Benita <ran234@gmail.com>
Tue, 4 Feb 2014 00:48:41 +0000 (02:48 +0200)
committerRan Benita <ran234@gmail.com>
Tue, 4 Feb 2014 00:52:31 +0000 (02:52 +0200)
commitbdd8c113a518b23328933f111ba6aa4a2b62afa5
tree975f84322634eb2df9312cff9924bcc473b2b7bd
parentbe16858c927b0d3023dd20fc35fa0919711a72c7
build: some fixes in configure.ac

- Use 'test =' instead of 'test ==' in the x11 test. The second one
  might not work with e.g. dash, whoops.

- Use AS_IF instead of 'if'. It actually blends in better..

Signed-off-by: Ran Benita <ran234@gmail.com>
configure.ac