public inbox for fstests@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] build: remove unused AC_PACKAGE_NEED_OPEN_BY_FSHANDLE macro
@ 2021-10-12 13:50 Anthony Iliopoulos
  2021-10-12 14:28 ` David Disseldorp
  2021-10-12 15:39 ` Darrick J. Wong
  0 siblings, 2 replies; 5+ messages in thread
From: Anthony Iliopoulos @ 2021-10-12 13:50 UTC (permalink / raw)
  To: fstests

Commit 5868405dce1d ("Sync up different copies of the m4 macros, noop
change for this package.") introduced this macro, by the function was
never really used by any test, remove it.

Signed-off-by: Anthony Iliopoulos <ailiop@suse.com>
---
 m4/package_xfslibs.m4 | 14 --------------
 1 file changed, 14 deletions(-)

diff --git a/m4/package_xfslibs.m4 b/m4/package_xfslibs.m4
index 9be56e1103ac..1bfd955479b8 100644
--- a/m4/package_xfslibs.m4
+++ b/m4/package_xfslibs.m4
@@ -64,20 +64,6 @@ AC_DEFUN([AC_PACKAGE_NEED_LIBXFSINIT_LIBXFS],
     AC_SUBST(libxfs)
   ])
 
-AC_DEFUN([AC_PACKAGE_NEED_OPEN_BY_FSHANDLE],
-  [ AC_CHECK_LIB(handle, open_by_fshandle,, [
-        echo
-        echo 'FATAL ERROR: could not find a current XFS handle library.'
-        echo 'Install or upgrade the XFS library package.'
-        echo 'Alternatively, run "make install-dev" from the xfsprogs source.'
-        exit 1
-    ])
-    libhdl="-lhandle"
-    test -f ${libexecdir}${libdirsuffix}/libhandle.la && \
-	libhdl="${libexecdir}${libdirsuffix}/libhandle.la"
-    AC_SUBST(libhdl)
-  ])
-
 AC_DEFUN([AC_PACKAGE_NEED_ATTRLIST_LIBHANDLE],
   [ AC_CHECK_LIB(handle, attr_list_by_handle,, [
         echo
-- 
2.33.0


^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2021-10-24 13:57 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-10-12 13:50 [PATCH] build: remove unused AC_PACKAGE_NEED_OPEN_BY_FSHANDLE macro Anthony Iliopoulos
2021-10-12 14:28 ` David Disseldorp
2021-10-12 15:39 ` Darrick J. Wong
2021-10-12 16:19   ` Anthony Iliopoulos
2021-10-24 13:57     ` Eryu Guan

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox