--- rxvt-unicode/autoconf/configure.in 2005/01/03 12:00:50 1.43 +++ rxvt-unicode/autoconf/configure.in 2005/01/11 00:54:57 1.44 @@ -78,7 +78,6 @@ MALLOC_TYPE=S support_addstrings=no support_frills=no -support_linespace=no support_inheritpixmap=no support_tinting=no support_fading=no @@ -124,7 +123,6 @@ [if test x$enableval = xyes; then support_24bit=yes support_frills=yes - support_linespace=yes support_inheritpixmap=yes support_tinting=yes support_fading=yes @@ -360,12 +358,6 @@ support_frills=$enableval fi]) -AC_ARG_ENABLE(linespace, - [ --enable-linespace enable support for linespace], - [if test x$enableval = xyes -o x$enableval = xno; then - support_linespace=$enableval - fi]) - AC_ARG_ENABLE(24bit, [ --enable-24bit enable support for using 24bit visuals if available], [if test x$enableval = xyes -o x$enableval = xno; then @@ -1235,9 +1227,6 @@ if test x$support_frills = xyes; then AC_DEFINE(ENABLE_FRILLS, 1, Define if you want handling for rarely used but handy features) fi -if test x$support_linespace = xno; then - AC_DEFINE(NO_LINESPACE, 1, Define if you don't want support linespace) -fi if test x$support_24bit = xyes; then AC_DEFINE(PREFER_24BIT, 1, Define to use a 24 bit visual if the screen has 24 bit mode, even if the default is 8 bit) fi