[Kst] kdeextragear-2/kst

George Staikos staikos at kde.org
Mon Dec 20 01:18:17 CET 2004


CVS commit by staikos: 

remove this check because it's going into admin/ soon


  M +0 -17     configure.in.in   1.41


--- kdeextragear-2/kst/configure.in.in  #1.40:1.41
@@ -235,21 +235,4 @@
 AM_CONDITIONAL(include_linux, test $have_linux = yes)
 
-AC_ARG_WITH(coverage,
-    AC_HELP_STRING([--with-coverage],[use gcc coverage testing]),
-    [
-       if test "$am_cv_CC_dependencies_compiler_type" = "gcc3"; then
-           ac_coverage_compiler="-g3 -fprofile-arcs -ftest-coverage -O0 -fno-inline"
-           ac_coverage_linker="-lgcc"
-       elif test "$am_cv_CC_dependencies_compiler_type" = "gcc"; then
-           ac_coverage_compiler="-g3 -fprofile-arcs -ftest-coverage -O0 -fno-inline"
-           ac_coverage_linker=""
-       else
-           AC_MSG_ERROR([coverage with your compiler is not supported])
-       fi
-       CFLAGS="$CFLAGS $ac_coverage_compiler"
-       CXXFLAGS="$CXXFLAGS $ac_coverage_compiler"
-       LDFLAGS="$LDFLAGS $ac_coverage_linker"
-    ])
-
 AC_ARG_WITH(kst-timers,
     AC_HELP_STRING([--with-kst-timers],[Compile in timing information]),





More information about the Kst mailing list