]> git.lyx.org Git - lyx.git/blobdiff - configure.in
Headers cleanup from Angus
[lyx.git] / configure.in
index cb95a4af3739274bc4b02e7491228e8e1c608332..e9bdc94887886aa41b19a3987e6e8dc96f3a585d 100644 (file)
@@ -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