From d3a751cff862feb2d6c18ee10ab40805d997fd78 Mon Sep 17 00:00:00 2001 From: BLINDAUER Emmanuel Date: Wed, 27 Sep 2017 22:28:53 +0200 Subject: [PATCH] Add GNU_SOURCE to configure.ac: it allow usage f more GNU functions, like updwtmpx --- configure.ac | 1 + 1 file changed, 1 insertion(+) diff --git a/configure.ac b/configure.ac index e62e83c2..98bf02d2 100644 --- a/configure.ac +++ b/configure.ac @@ -5,6 +5,7 @@ AC_INIT([xrdp], [0.10.80], [xrdp-devel@googlegroups.com]) AC_CONFIG_HEADERS(config_ac.h:config_ac-h.in) AM_INIT_AUTOMAKE([1.7.2 foreign]) AC_CONFIG_MACRO_DIR([m4]) +AC_GNU_SOURCE AC_PROG_CC AC_PROG_CXX AC_C_CONST