You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/x11-libs/fltk/files/fltk-1.3.5-AR.patch

12 lines
291 B

--- a/configure.ac
+++ b/configure.ac
@@ -430,7 +430,7 @@ AC_PATH_PROG(DOXYDOC,doxygen)
dnl How do we make libraries?
AC_PROG_RANLIB
-AC_PATH_TOOL(AR, ar)
+AC_CHECK_TOOL(AR, ar)
if test "x$AR" = "x:"; then
AC_MSG_ERROR([Configure could not find the library archiver, aborting.])