[Uml-devel] branches/KDE/3.5/kdesdk/umbrello
Oliver Kellogg
okellogg at users.sourceforge.net
Fri Sep 15 18:47:41 UTC 2006
SVN commit 584893 by okellogg:
Requiring flex was a relic from the ancient past.
This addresses part of Comment #5,
> 2. flex seems to be a required build dependency. If that is correct,
> there should be 1) a note in the README [...]
CCBUG:118904
M +0 -7 configure.in.in
--- branches/KDE/3.5/kdesdk/umbrello/configure.in.in #584892:584893
@@ -1,13 +1,6 @@
AC_LANG_SAVE
AC_LANG_CPLUSPLUS
-AC_CHECK_HEADER(FlexLexer.h,
- [kde_have_flex=yes],
- [kde_have_flex=no])
-if test "$kde_have_flex" = "no"; then
- DO_NOT_COMPILE="$DO_NOT_COMPILE umbrello"
-fi
-
dnl Not GPL compatible
dnl AC_PATH_PROG(DOT_FOUND, dot, no)
dnl KDE_CHECK_HEADER(graphviz/pathgeom.h,
More information about the umbrello-devel
mailing list