diff options
Diffstat (limited to 'net/quagga/files/patch-configure.ac')
-rw-r--r-- | net/quagga/files/patch-configure.ac | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/net/quagga/files/patch-configure.ac b/net/quagga/files/patch-configure.ac deleted file mode 100644 index 7880589ff80c..000000000000 --- a/net/quagga/files/patch-configure.ac +++ /dev/null @@ -1,11 +0,0 @@ ---- configure.ac.orig 2016-10-18 13:03:52 UTC -+++ configure.ac -@@ -1278,7 +1278,7 @@ AC_SUBST(LIB_REGEX) - dnl ------------------ - dnl check Net-SNMP library - dnl ------------------ --if test "${enable_snmp}" != ""; then -+if test "x${enable_snmp}" != "xno"; then - AC_PATH_TOOL([NETSNMP_CONFIG], [net-snmp-config], [no]) - if test x"$NETSNMP_CONFIG" = x"no"; then - AC_MSG_ERROR([--enable-snmp given but unable to find net-snmp-config]) |