15 lines
398 B
Diff
15 lines
398 B
Diff
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])
|