From 1e814bd4f3bfa7d7c7da4cfa6e18fe7ae297a59b Mon Sep 17 00:00:00 2001 From: Eric Sandeen Date: Tue, 2 Jun 2009 15:36:13 -0500 Subject: libxfs.h is really only needed for the loggen test; make it config-time optional. Signed-off-by: Eric Sandeen Reviewed-by: Christoph Hellwig --- include/builddefs.in | 1 + 1 file changed, 1 insertion(+) (limited to 'include') diff --git a/include/builddefs.in b/include/builddefs.in index 636f6321..e8f4b6b5 100644 --- a/include/builddefs.in +++ b/include/builddefs.in @@ -14,6 +14,7 @@ LOADERFLAGS = @LDFLAGS@ CFLAGS = @CFLAGS@ CPPFLAGS = @CPPFLAGS@ +HAVE_LIBXFS = @have_libxfs@ LIBXFS = @libxfs@ LIBACL = @libacl@ LIBATTR = @libattr@ -- cgit v1.2.3