[PATCH] config : Get rid of SYSV_IPC.

Alan Coopersmith alan.coopersmith at oracle.com
Mon Dec 13 10:37:05 PST 2010


Jesse Adkins wrote:
> This hasn't been used since 1faba797cbfe1a4804b7ea6b47e1ca9d4e4324e4 when
> libcwrapper was killed.
> 
> Signed-off-by: Jesse Adkins <jesserayadkins at gmail.com>
> ---
>  configure.ac                              |   19 -------------------
>  hw/xfree86/os-support/hurd/Makefile.am    |    2 +-
>  hw/xfree86/os-support/linux/Makefile.am   |    2 +-
>  hw/xfree86/os-support/solaris/Makefile.am |    2 +-
>  4 files changed, 3 insertions(+), 22 deletions(-)

You also need to remove it from include/dix-config.h.in:

/* Define to 1 if SYSV IPC is available */
#undef HAVE_SYSV_IPC

(It's #undef there due to autoconf template magic - configure changes to
 #define if the configure.ac test succeeds.)

Otherwise, looks good to me.

-- 
	-Alan Coopersmith-        alan.coopersmith at oracle.com
	 Oracle Solaris Platform Engineering: X Window System



More information about the xorg-devel mailing list