configure.ac: link with -lXau -lXdmcp (try 2)

Austin English austinenglish at gmail.com
Wed Jan 7 09:14:33 CST 2009


See bug 16837

Changed since last time:
Accidentally attached the change to configure rather than configure.ac.

diff --git a/configure.ac b/configure.ac
index aaeff42..de5d19b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -643,7 +643,7 @@ dnl **** Check for X11 ****

 if test "$have_x" = "yes"
 then
-    XLIB="-lXext -lX11"
+    XLIB="-lXext -lX11 -lXdmcp -lXau"
     ac_save_CPPFLAGS="$CPPFLAGS"
     CPPFLAGS="$CPPFLAGS $X_CFLAGS"



-- 
-Austin



More information about the wine-patches mailing list