0beb155097
Signed-off-by: Jürgen Buchmüller <pullmoll@t-online.de>
14 lines
238 B
Diff
14 lines
238 B
Diff
#
|
|
# Define GNU_SOURCE so perl will be properly detected
|
|
#
|
|
--- configure.ac
|
|
+++ configure.ac
|
|
@@ -48,6 +48,8 @@
|
|
|
|
PKG_PROG_PKG_CONFIG
|
|
|
|
+AC_GNU_SOURCE
|
|
+
|
|
AC_CACHE_CHECK([if Bison is the parser generator],
|
|
[collectd_cv_prog_bison],
|
|
[
|