aboutsummaryrefslogtreecommitdiffstats
path: root/main/collectd/gnu_source.patch
blob: 323ce0faca2f443865ab4ad0d1470dabc0564f62 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#
# Define GNU_SOURCE so perl will be properly detected
#
--- a/configure.ac
+++ b/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],
   [