[Kst] extragear/graphics/kst
George Staikos
staikos at kde.org
Fri May 20 23:50:01 CEST 2005
SVN commit 416227 by staikos:
remove compile flag for JS extension
M +0 -5 trunk/extragear/graphics/kst/configure.in.in
M +0 -2 trunk/extragear/graphics/kst/kst/extensions/Makefile.am
--- trunk/extragear/graphics/kst/configure.in.in #416226:416227
@@ -265,11 +265,6 @@
fi
])
-AC_ARG_WITH(kst-scripting,
- AC_HELP_STRING([--with-kst-scripting],[compile unfinished scripting extension]),
- [KST_CHECK_JSE]
- )
-AM_CONDITIONAL(include_kjse, test "x$ac_cv_kjs_setup" = "xyes" -o "x$ac_cv_kjs_setup" = "xno")
AM_CONDITIONAL(include_kjse_internal, test "x$ac_cv_kjs_setup" = "xno")
KDE_CHECK_HEADER(linux/vt.h, AC_DEFINE(HAVE_LINUX, 1, [If we have a Linux platform]) have_linux=yes, , )
--- trunk/extragear/graphics/kst/kst/extensions/Makefile.am #416226:416227
@@ -1,6 +1,4 @@
-if include_kjse
KJSE_SUBDIR=js
-endif
if include_rana
RANA_SUBDIR=rana
endif
More information about the Kst
mailing list