diff options
Diffstat (limited to 'net/quagga/files/patch-configure.ac')
-rw-r--r-- | net/quagga/files/patch-configure.ac | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/net/quagga/files/patch-configure.ac b/net/quagga/files/patch-configure.ac new file mode 100644 index 000000000000..2c96357c253e --- /dev/null +++ b/net/quagga/files/patch-configure.ac @@ -0,0 +1,11 @@ +--- configure.ac.orig 2015-03-02 23:50:57 UTC ++++ configure.ac +@@ -1219,7 +1219,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]) |