[Kst] kdeextragear-2/kst

George Staikos staikos at kde.org
Thu Apr 7 21:07:14 CEST 2005


CVS commit by staikos: 

scripting requires --with-kst-scripting now


  M +6 -3      configure.in.in   1.51


--- kdeextragear-2/kst/configure.in.in  #1.50:1.51
@@ -245,5 +245,4 @@
    ])
 
-  AM_CONDITIONAL(include_kjse, test "$ac_cv_kjs_setup" = "yes")
   if test "$ac_cv_kjs_setup" = "yes"; then
     AC_MSG_RESULT(yes)
@@ -253,5 +252,9 @@
 ])
 
-KST_CHECK_JSE
+AC_ARG_WITH(kst-scripting,
+    AC_HELP_STRING([--with-kst-scripting],[compile unfinished scripting extension]),
+    [KST_CHECK_JSE]
+    )
+AM_CONDITIONAL(include_kjse, test "$ac_cv_kjs_setup" = "yes")
 
 KDE_CHECK_HEADER(linux/vt.h, AC_DEFINE(HAVE_LINUX, 1, [If we have a Linux platform]) have_linux=yes, , )
@@ -259,5 +262,5 @@
 
 AC_ARG_WITH(kst-timers,
-    AC_HELP_STRING([--with-kst-timers],[Compile in timing information]),
+    AC_HELP_STRING([--with-kst-timers],[compile in timing information]),
     [
         AC_DEFINE(HAVE_KST_USE_TIMERS, 1, [Define if we should compile in timers])




More information about the Kst mailing list