configure.ac: use AS_IF
authorMichael Olbrich <m.olbrich@pengutronix.de>
Thu, 3 May 2012 06:44:12 +0000 (08:44 +0200)
committerColin Walters <walters@verbum.org>
Mon, 7 May 2012 21:18:03 +0000 (17:18 -0400)
commite30823d93ff643c82d4037c2cf0f509e347f49de
treecfb85ee9b14109c9c1a29a37a92a386bd1512d32
parent7ba899701566c5941ba93bcd31e0b7ae70a7e69d
configure.ac: use AS_IF

This way any prerequisites for e.g. AC_CHECK_HEADER are always executed
before the 'if'.

Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
https://bugzilla.gnome.org/show_bug.cgi?id=674483
configure.ac