lldpad/lldpad-0.9.45-archiver.patch

15 lines
398 B
Diff
Raw Normal View History

2012-08-15 12:03:03 +00:00
diff --git a/configure.ac b/configure.ac
index 59cd8f6..f147e92 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,6 +1,9 @@
AC_INIT([lldpad], [0.9.45], [lldp-devel@open-lldp.org])
AM_INIT_AUTOMAKE([-Wall -Werror foreign])
+m4_pattern_allow([AM_PROG_AR])
+AM_PROG_AR
+
AC_ARG_ENABLE(debug,
AS_HELP_STRING([--enable-debug],[compile debug programs]),
[enable_debug=yes], [enable_debug=no])