From 073116cc44859e96374cde46325df8540621d5ee Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michel=20D=C3=A4nzer?= Date: Fri, 8 Aug 2008 12:15:27 +0200 Subject: [PATCH] Remove commented out lines that make automake 1.9 puke. --- hw/xquartz/mach-startup/Makefile.am | 3 --- 1 file changed, 3 deletions(-) diff --git a/hw/xquartz/mach-startup/Makefile.am b/hw/xquartz/mach-startup/Makefile.am index 3678c19d7..9b2619dd9 100644 --- a/hw/xquartz/mach-startup/Makefile.am +++ b/hw/xquartz/mach-startup/Makefile.am @@ -21,9 +21,6 @@ X11_LDADD = \ $(top_builddir)/miext/rootless/librootless.la \ $(DARWIN_LIBS) $(XSERVER_LIBS) $(XSERVER_SYS_LIBS) -lXplugin -lX11 -# $(top_builddir)/hw/xquartz/GL/libCGLCore.la \ -# $(top_builddir)/glx/libglx.la \ - X11_LDFLAGS = \ -XCClinker -Objc \ -Wl,-u,_miDCInitialize \