From abf6aa641d6269df0c3b6ca06544e6bddccd1720 Mon Sep 17 00:00:00 2001 From: Aurelien Gateau Date: Tue, 6 Dec 2011 15:42:52 +0100 Subject: No need to link to QtNetwork anymore --- configure.ac | 2 -- 1 file changed, 2 deletions(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index ebb02cd5..773efa89 100644 --- a/configure.ac +++ b/configure.ac @@ -85,7 +85,6 @@ if test x"$enable_liblightdm_qt" = "xauto"; then PKG_CHECK_MODULES(LIBLIGHTDM_QT, [ QtCore QtDBus - QtNetwork QtGui ], compile_liblightdm_qt=yes, compile_liblightdm_qt=no) QT4_BINDIR=`$PKG_CONFIG Qt --variable bindir` @@ -94,7 +93,6 @@ elif test x"$enable_liblightdm_qt" = "xyes"; then PKG_CHECK_MODULES(LIBLIGHTDM_QT, [ QtCore QtDBus - QtNetwork ]) QT4_BINDIR=`$PKG_CONFIG Qt --variable bindir` AC_CHECK_TOOLS(MOC, [moc-qt4 moc],, [$QT4_BINDIR:$PATH]) -- cgit v1.2.1