aboutsummaryrefslogtreecommitdiffstats
path: root/devel/mico/files/patch-ak
diff options
context:
space:
mode:
Diffstat (limited to 'devel/mico/files/patch-ak')
-rw-r--r--devel/mico/files/patch-ak15
1 files changed, 0 insertions, 15 deletions
diff --git a/devel/mico/files/patch-ak b/devel/mico/files/patch-ak
index 2a9cdb5099bf..29b9ebf6333c 100644
--- a/devel/mico/files/patch-ak
+++ b/devel/mico/files/patch-ak
@@ -23,18 +23,3 @@
;;
*cygwin32*)
have_cdk=yes;
-@@ -486,14 +491,6 @@
- if test X"$JAVAC" = Xno -o X"$JAVACUPDIR" = Xno; then
- AC_MSG_WARN(you have not installed JDK 1.1 and JavaCUP. java parts disabled.)
- HAVE_JDK=no
--fi
--
--AC_PATH_PROG(GENERIC_CPP, cpp, none, `echo $PATH | tr : ' '` /lib /usr/lib /usr/ccs/lib)
--if test X"$GENERIC_CPP" = Xnone; then
-- AC_MSG_WARN(Cannot find a working cpp.)
-- AC_MSG_WARN(please set the environment variable PATH to include)
-- AC_MSG_WARN(the path where cpp is located and rerun configure.)
-- exit 1
- fi
-
- AC_SUBST(HAVE_QT)