Gaetan Nadon wrote: > No configuration changes. > > Signed-off-by: Gaetan Nadon <[email protected]> > --- > configure.ac | 10 ++-------- > 1 files changed, 2 insertions(+), 8 deletions(-) > > diff --git a/configure.ac b/configure.ac > index 70d5676..59bc5ee 100644 > --- a/configure.ac > +++ b/configure.ac > @@ -88,16 +88,12 @@ AC_CHECK_HEADERS([grp.h syslog.h sys/param.h]) > # Checks for typedefs, structures, and compiler characteristics. > AC_TYPE_SIGNAL > > -#------------------------------------------------------------------------------ > -# Check for system library functions > -# > +# Check for system library functions > # Required system libraries have been searched for and are listed in $LIBS > -#------------------------------------------------------------------------------ > +AC_FUNC_FORK > AC_CHECK_FUNCS([daemon sigaction openlog asprintf setproctitle > setusercontext \ > mkstemp getifaddrs getspnam arc4random]) > > -#------------------------------------------------------------------------------ > - > m4_ifdef([AM_SILENT_RULES],[HAVE_AM_SILENT_RULES=yes]) > AM_CONDITIONAL(HAVE_AM_SILENT_RULES, test x$HAVE_AM_SILENT_RULES != x) > > @@ -105,8 +101,6 @@ XDM_CFLAGS="$XDM_CFLAGS" > GREETER_CFLAGS="$GREETER_CFLAGS" > CHOOSER_CFLAGS="$CHOOSER_CFLAGS" > > -AC_FUNC_FORK > - > # Find needed libraries for TCP sockets (pre-pended in $LIBS) > XTRANS_CONNECTION_FLAGS >
Reviewed-by: Alan Coopersmith <[email protected]> -- -Alan Coopersmith- [email protected] Oracle Solaris Platform Engineering: X Window System _______________________________________________ [email protected]: X.Org development Archives: http://lists.x.org/archives/xorg-devel Info: http://lists.x.org/mailman/listinfo/xorg-devel
