commit | ffc41d10b01b9c72a7dd412b271164530c14bdb8 | [log] [tgz] |
---|---|---|
author | Stefan Weil <sw@weilnetz.de> | Sat Dec 17 09:27:36 2011 +0100 |
committer | Stefan Hajnoczi <stefanha@linux.vnet.ibm.com> | Mon Dec 19 11:03:42 2011 +0000 |
tree | 6b815f999faf09f82cc828b0fb352997c3752ecb | |
parent | 66ea0f223b2521a2277839e568144773fecc8429 [diff] [blame] |
configure: Fix compiler warning in config.log (undefined NULL) Avoid the warning when probing for xfs. Signed-off-by: Stefan Weil <sw@weilnetz.de> Signed-off-by: Stefan Hajnoczi <stefanha@linux.vnet.ibm.com>
diff --git a/configure b/configure index e3713af..e9725d4 100755 --- a/configure +++ b/configure
@@ -1670,6 +1670,7 @@ # xfsctl() probe, used for raw-posix if test "$xfs" != "no" ; then cat > $TMPC << EOF +#include <stddef.h> /* NULL */ #include <xfs/xfs.h> int main(void) {