about summary refs log tree commit diff stats
path: root/configure.in
diff options
context:
space:
mode:
authorThomas E. Dickey <dickey@invisible-island.net>1998-02-05 17:00:19 -0500
committerThomas E. Dickey <dickey@invisible-island.net>1998-02-05 17:00:19 -0500
commit4b034492d7e0a45781e340312e0570e5052c42d9 (patch)
tree52d01f4b7bf11032eeab99dbde240eff1b17d2dd /configure.in
parentb6d1143cba1a1910742924e8724f02585160f513 (diff)
downloadlynx-snapshots-4b034492d7e0a45781e340312e0570e5052c42d9.tar.gz
snapshot of project "lynx", label v2-7-1ac-0_113
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in17
1 files changed, 0 insertions, 17 deletions
diff --git a/configure.in b/configure.in
index 12c2889e..ccfe31d4 100644
--- a/configure.in
+++ b/configure.in
@@ -375,23 +375,6 @@ dnl --------------------------------------------------------------------------
 CF_HELP_MESSAGE(
 Miscellaneous Options:)
 
-AC_SUBST(EXTRA_OBJS)
-AC_SUBST(EXTRA_DEPS)
-
-dnl AC_MSG_CHECKING(if character-translation code should be used)
-dnl CF_ARG_DISABLE(char-trans,
-dnl [  --disable-char-trans    enable optional character-translations],
-dnl 	[use_char_trans=$enableval],
-dnl 	[use_char_trans=yes])
-dnl AC_MSG_RESULT($use_char_trans)
-
-dnl if test ".$use_char_trans" != ".no" ; then
-### FIXME: this option is obsolete
-	AC_DEFINE(EXP_CHARTRANS)
-	EXTRA_OBJS="$EXTRA_OBJS \$(CHARTRANS_OBJS)"
-	EXTRA_DEPS="$EXTRA_DEPS do_chartrans_stuff"
-dnl fi
-
 AC_MSG_CHECKING(if color-style code should be used)
 CF_ARG_ENABLE(color-style,
 [  --enable-color-style    use optional/experimental color style],