2011/11/23 Yves-Alexis Perez <cor...@debian.org>: > I might not doing it correctly, but just adding: > > Index: lightdm-1.0.6/configure.ac > =================================================================== > --- lightdm-1.0.6.orig/configure.ac 2011-11-02 16:27:27.000000000 +0100 > +++ lightdm-1.0.6/configure.ac 2011-11-23 22:12:07.522254011 +0100 > @@ -1,6 +1,7 @@ > dnl Process this file with autoconf to produce a configure script. > > AC_INIT(lightdm, 1.0.6) > +AC_USE_SYSTEM_EXTENSIONS > AC_CONFIG_MACRO_DIR(m4) > AC_CONFIG_HEADER(config.h) > AM_INIT_AUTOMAKE > > doesn't fix the problem at all. I tried to find some documentation, but > I failed miserably. I don't know much about autotools, so any help > appreciated.
Did you regenerate configure? Anyway, this is most likely only needed because -D_GNU_SOURCE is defined as Linux-only somewhere. Try grepping for "linux" and see what comes out. -- Robert Millan -- To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org