[Kde-bindings] [Bug 123055] qscintilla support does not get added to libsmokeqt when --enable-qscintilla=yes is specified
Richard Dale
Richard_Dale at tipitina.demon.co.uk
Thu Mar 9 21:13:34 UTC 2006
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.kde.org/show_bug.cgi?id=123055
------- Additional Comments From Richard_Dale tipitina demon co uk 2006-03-09 22:13 -------
SVN commit 517076 by rdale:
* Applied fix from Jason Hale to make the enable qscintilla build option
work
CCBUGS: 123055
M +1 -1 configure.in.in
--- branches/KDE/3.5/kdebindings/smoke/qt/configure.in.in #517075:517076
@ -33,7 +33,7 @
AC_ARG_ENABLE(
qscintilla,
[ --enable-qscintilla <: =yes|no :>@ Smoke: build Smoke with QScintilla extention for qt <: default:no :> ],
- [ qtextscintilla="$withval" ],
+ [ qtextscintilla="$enableval" ],
[ qtextscintilla="no" ]
)
AC_SUBST(qtextscintilla)
More information about the Kde-bindings
mailing list