On Tue, Mar 26, 2002 at 10:44:24PM -0300, Paulo Dias wrote: > Bug 3 - the configure in plugins/qt is still broken and insists in compiling > licq with qt-mt option when using --with-kde, i'm forced to change the > acinclude files by hand to force configure to use -qt instead of -qt-mt.
acinclude.m4.in is at fault here, at lines 55-72: if it finds $qt_dir/libqt-mt.so it will use it, period. I don't see any relation to --with-kde though, are you sure it links correctly without that option? The KDE check doesn't seem to modify ac_qt_libname at all. We could check for -lqt first, but it we do that we'll have problems with KDE3 wanting -lqt-mt and possibly finding -lqt. Options: - hardcode to -lqt for KDE2 and -lqt-mt for KDE3 within KDE check - improve check and add a case for when both -lqt and -lqt-mt are found Rob -- Rob Kaper | "They that can give up essential liberty to obtain a little [EMAIL PROTECTED] | temporary safety deserve neither liberty nor safety." www.capsi.com | - Benjamin Franklin, Historical Review of Pennsylvania, 1759 _______________________________________________ Licq-devel mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/licq-devel