[PATCH app-xdm 7/9] config: relocate AC_FUNC_FORK in section "Check for system library functions"
Alan Coopersmith
alan.coopersmith at oracle.com
Mon Nov 22 10:40:10 PST 2010
Gaetan Nadon wrote:
> No configuration changes.
>
> Signed-off-by: Gaetan Nadon <memsize at videotron.ca>
> ---
> 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 <alan.coopersmith at oracle.com>
--
-Alan Coopersmith- alan.coopersmith at oracle.com
Oracle Solaris Platform Engineering: X Window System
More information about the xorg-devel
mailing list