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/net-libs/gsnmp/files/gsnmp-0.3.0-underquoting.patch

12 lines
181 B

--- a/gsnmp.m4
+++ b/gsnmp.m4
@@ -1,7 +1,7 @@
dnl AM_PATH_GSNMP()
dnl
-AC_DEFUN(AM_PATH_GSNMP,
+AC_DEFUN([AM_PATH_GSNMP],
[
PKG_CHECK_MODULES(GSNMP, glib-2.0 >= 2.0.1)
])