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/gtk+/files/gtk+-2.24.33-respect-NM.patch

13 lines
273 B

https://bugs.gentoo.org/725852
--- a/configure.ac
+++ b/configure.ac
@@ -190,7 +190,7 @@ m4_ifdef([LT_OUTPUT], [LT_OUTPUT])
AC_SYS_LARGEFILE
AM_PROG_AS
-AC_PATH_TOOL(NM, nm, nm)
+AC_CHECK_TOOL(NM, nm, nm)
dnl Initialize maintainer mode
AM_MAINTAINER_MODE([enable])