protux-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Protux-devel] libmustux0.15.8 compilation error - IMPORTANT


From: tapio laxström
Subject: Re: [Protux-devel] libmustux0.15.8 compilation error - IMPORTANT
Date: Fri, 22 Nov 2002 17:59:25 +0200
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.2a) Gecko/20020910

Luciano Giordana wrote:
you cannot disable-mt.  since 0.15.6 it is required for protux.
the solution is not --disable-mt (I asked Tapio to remove this option)
but to INSTALL qt-mt someway..

disable-mt is not my code, it is from kdevelop scripts.

How we want to change it? Remove the qt version check and make 'kde_use_qt_mt=yes' allways the default?

Here is the part which defines the macro:

dnl---------------------------------------------------------------------
dnl Add configure flag to enable linking to MT version of Qt library.
dnl---------------------------------------------------------------------

AC_ARG_ENABLE(
  mt,
  [  --disable-mt            link to non-threaded Qt (deprecated)],
  kde_use_qt_mt=$enableval,
  [
    if test $kde_qtver = 3; then
      kde_use_qt_mt=yes
    else
      kde_use_qt_mt=no
    fi
  ]
)

How we want to change it? Remove the qt version check and make 'kde_use_qt_mt=yes' allways the default?


--
best regards
--
tapio laxström
now playing: Meat Beat Manifesto - Radio Babylon (space children intro) (4:56)






reply via email to

[Prev in Thread] Current Thread [Next in Thread]