acinclude.m4: Fix "sparse", via detection of GNU make "if" directive.
authorBen Pfaff <blp@nicira.com>
Mon, 19 May 2014 14:52:21 +0000 (07:52 -0700)
committerBen Pfaff <blp@nicira.com>
Mon, 19 May 2014 14:52:21 +0000 (07:52 -0700)
commit380f86e4a75dfc1dd108b51169ba67882e1eb719
tree8bcd04d2b836bae02ea85b6c26049978d638a56d
parentb10d46a600136f3df25a7f4b7bfc275de0fb6367
acinclude.m4: Fix "sparse", via detection of GNU make "if" directive.

Make treats tabs very differently from spaces at the beginning of a line,
so this test must use a tab instead of a space.  This partially reverts
commit a0903134d2d60 (acinclude.m4: Expand tabs).

Without this commit, the build system never enables checking with sparse
because it never detects that GNU make "if" works.

Signed-off-by: Ben Pfaff <blp@nicira.com>
Acked-by: YAMAMOTO Takashi <yamamoto@valinux.co.jp>
acinclude.m4