From: Eric Sandeen <sandeen@sandeen.net>
To: xfs-oss <xfs@oss.sgi.com>
Subject: [PATCH] xfstests: fix up have_xlog_assign_lsn config test
Date: Tue, 20 Oct 2009 22:32:33 -0500 [thread overview]
Message-ID: <4ADE80D1.7080408@sandeen.net> (raw)
Without this we weren't building src/loggen
Signed-off-by: Eric Sandeen <sandeen@sandeen.net>
---
diff --git a/aclocal.m4 b/aclocal.m4
index 8a61e39..6e1e672 100644
--- a/aclocal.m4
+++ b/aclocal.m4
@@ -422,10 +422,10 @@ AC_DEFUN([AC_PACKAGE_WANT_XFS_LIBXFS_H],
])
AC_DEFUN([AC_PACKAGE_WANT_XLOG_ASSIGN_LSN],
- [
- AC_CHECK_DECL(xlog_assign_lsn,
+ [ AC_CHECK_DECL(xlog_assign_lsn,
[ have_xlog_assign_lsn=true ], [ have_xlog_assign_lsn=false ],
[[#include <xfs/libxfs.h>]])
+ AC_SUBST(have_xlog_assign_lsn)
])
AC_DEFUN([AC_PACKAGE_NEED_XFS_XQM_H],
diff --git a/m4/package_xfslibs.m4 b/m4/package_xfslibs.m4
index 870882f..f5167a2 100644
--- a/m4/package_xfslibs.m4
+++ b/m4/package_xfslibs.m4
@@ -14,11 +14,10 @@ AC_DEFUN([AC_PACKAGE_WANT_LIBXFS_H],
])
AC_DEFUN([AC_PACKAGE_WANT_XLOG_ASSIGN_LSN],
- [
- AC_CHECK_DECL(xlog_assign_lsn,
+ [ AC_CHECK_DECL(xlog_assign_lsn,
[ have_xlog_assign_lsn=true ], [ have_xlog_assign_lsn=false ],
[[#include <xfs/libxfs.h>]])
- AC_SUBST(have_have_xlog_assign_lsn)
+ AC_SUBST(have_xlog_assign_lsn)
])
AC_DEFUN([AC_PACKAGE_NEED_XFS_XQM_H],
_______________________________________________
xfs mailing list
xfs@oss.sgi.com
http://oss.sgi.com/mailman/listinfo/xfs
next reply other threads:[~2009-10-21 3:31 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-10-21 3:32 Eric Sandeen [this message]
2009-10-30 5:43 ` [PATCH] xfstests: fix up have_xlog_assign_lsn config test Christoph Hellwig
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=4ADE80D1.7080408@sandeen.net \
--to=sandeen@sandeen.net \
--cc=xfs@oss.sgi.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.