diff options
author | Thomas E. Dickey <dickey@invisible-island.net> | 1997-09-18 12:25:58 -0400 |
---|---|---|
committer | Thomas E. Dickey <dickey@invisible-island.net> | 1997-09-18 12:25:58 -0400 |
commit | d2e46bbfcbedb43938b866f4ad9e8bf1d4084b7c (patch) | |
tree | 9f98081fe52ddab37286a6208c66d3e7f14f216b /configure.in | |
parent | dc9e683bddf52e0720f5e74e3349533c9ee9f97a (diff) | |
download | lynx-snapshots-d2e46bbfcbedb43938b866f4ad9e8bf1d4084b7c.tar.gz |
snapshot of project "lynx", label v2-7-1ac_0-68
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 13 |
1 files changed, 2 insertions, 11 deletions
diff --git a/configure.in b/configure.in index bd56accd..d0dd1b23 100644 --- a/configure.in +++ b/configure.in @@ -29,16 +29,7 @@ dnl -------------------------------------------------------------------------- CF_HELP_MESSAGE( Development Options:) -AC_MSG_CHECKING(if you want to see long compiling messages) -CF_ARG_DISABLE(echo, - [ --disable-echo display \"compiling\" commands], - [SHOW_CC=' @echo compiling $@' - ECHO_CC='@'], - [SHOW_CC='# compiling' - ECHO_CC='']) -AC_MSG_RESULT($enableval) -AC_SUBST(SHOW_CC) -AC_SUBST(ECHO_CC) +CF_DISABLE_ECHO AC_MSG_CHECKING(if you want to check memory-leaks) CF_ARG_ENABLE(find-leaks, @@ -134,7 +125,7 @@ dnl If we're able to run this script, this is true! AC_DEFINE(UNIX) if test -z "$GCC" ; then - CF_ANSI_CC + CF_ANSI_CC_CHECK fi AC_C_CONST |