summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorRobert Ancell <robert.ancell@canonical.com>2011-11-29 14:45:07 +1100
committerRobert Ancell <robert.ancell@canonical.com>2011-11-29 14:45:07 +1100
commit52400c5d1bae8138949e2f0bff1b63c9a7f1e4b8 (patch)
treeb0fdb9c3dbf44084914a6b701c934aa87bdec614 /configure.ac
parent97a5cb2e687cce52b7d5da347f2172128bcb4a9c (diff)
downloadlightdm-52400c5d1bae8138949e2f0bff1b63c9a7f1e4b8.tar.gz
Don't need UIC now Qt greeter is gone
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 8862117a..1392772e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -90,7 +90,6 @@ if test x"$enable_liblightdm_qt" = "xauto"; then
], compile_liblightdm_qt=yes, compile_liblightdm_qt=no)
QT4_BINDIR=`$PKG_CONFIG Qt --variable bindir`
AC_CHECK_TOOLS(MOC, [moc-qt4 moc],, [$QT4_BINDIR:$PATH])
- AC_CHECK_TOOLS(UIC, [uic-qt4 uic],, [$QT4_BINDIR:$PATH])
elif test x"$enable_liblightdm_qt" = "xyes"; then
PKG_CHECK_MODULES(LIBLIGHTDM_QT, [
QtCore
@@ -99,7 +98,6 @@ elif test x"$enable_liblightdm_qt" = "xyes"; then
])
QT4_BINDIR=`$PKG_CONFIG Qt --variable bindir`
AC_CHECK_TOOLS(MOC, [moc-qt4 moc],, [$QT4_BINDIR:$PATH])
- AC_CHECK_TOOLS(UIC, [uic-qt4 uic],, [$QT4_BINDIR:$PATH])
compile_liblightdm_qt=yes
fi
AM_CONDITIONAL(COMPILE_LIBLIGHTDM_QT, test x"$compile_liblightdm_qt" != "xno")