diff options
Diffstat (limited to 'net/quagga/files/patch-configure')
-rw-r--r-- | net/quagga/files/patch-configure | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/net/quagga/files/patch-configure b/net/quagga/files/patch-configure new file mode 100644 index 000000000000..7fa6e3778571 --- /dev/null +++ b/net/quagga/files/patch-configure @@ -0,0 +1,11 @@ +--- configure.orig 2016-10-18 13:06:39 UTC ++++ configure +@@ -19874,7 +19874,7 @@ fi + + + +-if test "${enable_snmp}" != ""; then ++if test "x${enable_snmp}" != "xno"; then + if test -n "$ac_tool_prefix"; then + # Extract the first word of "${ac_tool_prefix}net-snmp-config", so it can be a program name with args. + set dummy ${ac_tool_prefix}net-snmp-config; ac_word=$2 |