Add GNU_SOURCE to configure.ac: it allow usage f more GNU functions,

like updwtmpx
This commit is contained in:
BLINDAUER Emmanuel 2017-09-27 22:28:53 +02:00 committed by matt335672
parent bacda80492
commit d3a751cff8
1 changed files with 1 additions and 0 deletions

View File

@ -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