diff options
author | George Lebl <jirka@5z.com> | 2001-06-06 07:58:31 +0000 |
---|---|---|
committer | George Lebl <jirka@src.gnome.org> | 2001-06-06 07:58:31 +0000 |
commit | 0c228d1483683cbb42aefeb40f8ac7121ef82414 (patch) | |
tree | eb2f43c786170fe73d85f161a63ac36d311da849 /configure.in | |
parent | f01ef7e4a39005b8b109e502871eef185b747e30 (diff) | |
download | gdm-0c228d1483683cbb42aefeb40f8ac7121ef82414.tar.gz |
do the conditional chooser build in a kosher way that actually works
Wed Jun 06 00:59:33 2001 George Lebl <jirka@5z.com>
* configure.in, gui/Makefile.am: do the conditional chooser build
in a kosher way that actually works
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/configure.in b/configure.in index 49c8a807..cde78202 100644 --- a/configure.in +++ b/configure.in @@ -259,9 +259,12 @@ AC_SUBST(XDMCP_LIBS) if test x$XDMCP_SUPPORT = xyes ; then AM_CONDITIONAL(XDMCP_SUPPORT, true) + GDMCHOOSER=gdmchooser else AM_CONDITIONAL(XDMCP_SUPPORT, false) + GDMCHOOSER= fi +AC_SUBST(GDMCHOOSER) # # X11 Xinerama extension |