X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=configure.in;h=e9bdc94887886aa41b19a3987e6e8dc96f3a585d;hb=86db656d551c49e08917f5f01f5d8f48d199e021;hp=cb95a4af3739274bc4b02e7491228e8e1c608332;hpb=92682d84a42f81222ba46ca9450760bd10aac018;p=lyx.git diff --git a/configure.in b/configure.in index cb95a4af37..e9bdc94887 100644 --- a/configure.in +++ b/configure.in @@ -238,11 +238,6 @@ LYX_FUNC_PUTENV_ARGTYPE AC_REPLACE_FUNCS(strerror atexit) ### and now some special lyx flags. -AC_ARG_WITH(two-colors,[ --with-two-colors use two color pixmaps], - [AC_DEFINE(TWO_COLOR_ICONS,1, - [You might want to define TWO_COLOR_ICONS if you want to spare - your colormap. This will use monochrome icons instead of colored ones.]) - lyx_flags="$lyx_flags two-colors"]) AC_ARG_ENABLE(assertions, [ --enable-assertions add runtime sanity checks in the program],, [if test $lyx_devel_version = yes -o $lyx_prerelease = yes ; then