From kde-commits Thu May 04 13:59:38 2006 From: George Wright Date: Thu, 04 May 2006 13:59:38 +0000 To: kde-commits Subject: kdenonbeta Message-Id: <1146751178.207263.1030.nullmailer () svn ! kde ! org> X-MARC-Message: https://marc.info/?l=kde-commits&m=114675119230220 SVN commit 537332 by gwright: Check if nxc is present and disable knx compilation if not M +2 -0 configure.in.in --- trunk/kdenonbeta/configure.in.in #537331:537332 @@ -27,3 +27,5 @@ AC_SUBST(LFLAGS) +dnl Check for nxc for kNX +KDE_CHECK_LIB(Xdriver,_init,,[DO_NOT_COMPILE="$DO_NOT_COMPILE knx"])