--- configure.in.works 2005-07-13 07:33:18.000000000 -0400 +++ configure.in.does_not_work 2005-07-13 07:32:37.000000000 -0400 @@ -107,13 +107,6 @@ LIBS="-lcurses $LIBS" fi -dnl Checking for log10 function in math - I would like to remove this -AC_CHECK_LIB(m, log10) - -dnl Checks for header files. -AC_HEADER_STDC -AC_HEADER_SYS_WAIT - # If using system readline, then configure for it if test "$opt_with_readline_prefix" = "no"; then echo "READLINE_PREFIX=NO"; @@ -121,6 +114,13 @@ VL_LIB_READLINE fi +dnl Checking for log10 function in math - I would like to remove this +AC_CHECK_LIB(m, log10) + +dnl Checks for header files. +AC_HEADER_STDC +AC_HEADER_SYS_WAIT + dnl determine if terminal headers are available for tgdb AC_CHECK_HEADERS(pty.h sys/stropts.h termios.h sys/select.h)