mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-22 02:35:23 +03:00
14 lines
242 B
Diff
14 lines
242 B
Diff
#
|
|
# 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],
|
|
[
|