summaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
authorMatthieu Herrb <matthieu@cvs.openbsd.org>2018-11-03 14:01:22 +0000
committerMatthieu Herrb <matthieu@cvs.openbsd.org>2018-11-03 14:01:22 +0000
commit71c64a4b37f2e81a5b6ec5ff211673b0096b259d (patch)
tree28be345f0906c3fea985492e53bbb8f125175bd7 /app
parentdcf009fa2e9fea9155da897fb60df7f14c364f84 (diff)
regen
Diffstat (limited to 'app')
-rwxr-xr-xapp/xenodm/configure43
1 files changed, 0 insertions, 43 deletions
diff --git a/app/xenodm/configure b/app/xenodm/configure
index f8d8c5191..54c07a87e 100755
--- a/app/xenodm/configure
+++ b/app/xenodm/configure
@@ -19729,49 +19729,6 @@ XDMGREET_LIBS="$XDMGREET_LIBS $XENODM_TOOLKIT_LIBS $DMCP_LIBS $GREETER_LIBS"
XENODM_CFLAGS="$XENODM_CFLAGS $DMCP_CFLAGS $XLIB_CFLAGS $AUTH_CFLAGS $STATIC_GREETER_CFLAGS"
XENODM_LIBS="$XENODM_LIBS $DMCP_LIBS"
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for XdmcpWrap in -lXdmcp" >&5
-$as_echo_n "checking for XdmcpWrap in -lXdmcp... " >&6; }
-if ${ac_cv_lib_Xdmcp_XdmcpWrap+:} false; then :
- $as_echo_n "(cached) " >&6
-else
- ac_check_lib_save_LIBS=$LIBS
-LIBS="-lXdmcp $DMCP_LIBS $LIBS"
-cat confdefs.h - <<_ACEOF >conftest.$ac_ext
-/* end confdefs.h. */
-
-/* Override any GCC internal prototype to avoid an error.
- Use char because int might match the return type of a GCC
- builtin and then its argument prototype would still apply. */
-#ifdef __cplusplus
-extern "C"
-#endif
-char XdmcpWrap ();
-int
-main ()
-{
-return XdmcpWrap ();
- ;
- return 0;
-}
-_ACEOF
-if ac_fn_c_try_link "$LINENO"; then :
- ac_cv_lib_Xdmcp_XdmcpWrap=yes
-else
- ac_cv_lib_Xdmcp_XdmcpWrap=no
-fi
-rm -f core conftest.err conftest.$ac_objext \
- conftest$ac_exeext conftest.$ac_ext
-LIBS=$ac_check_lib_save_LIBS
-fi
-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_Xdmcp_XdmcpWrap" >&5
-$as_echo "$ac_cv_lib_Xdmcp_XdmcpWrap" >&6; }
-if test "x$ac_cv_lib_Xdmcp_XdmcpWrap" = xyes; then :
- xdmauth="yes"
-else
- xdmauth="no"
-fi
-
-