summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorAurelien Gateau <aurelien.gateau@canonical.com>2011-12-06 15:42:52 +0100
committerAurelien Gateau <aurelien.gateau@canonical.com>2011-12-06 15:42:52 +0100
commitabf6aa641d6269df0c3b6ca06544e6bddccd1720 (patch)
tree1e2f497a34d8198277740a77b7570d135d58f1dd /configure.ac
parente8a4fbab4065e62665421fe2cc33aee5bcfb404c (diff)
downloadlightdm-abf6aa641d6269df0c3b6ca06544e6bddccd1720.tar.gz
No need to link to QtNetwork anymore
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 0 insertions, 2 deletions
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])