From dea14686bb614e2280fb587bb4c34ffec65125b8 Mon Sep 17 00:00:00 2001 From: robocop Date: Wed, 4 Apr 2007 07:30:15 +0000 Subject: [PATCH] Totally misc. --- configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.in b/configure.in index f8e236178b..f79485a27d 100644 --- a/configure.in +++ b/configure.in @@ -315,7 +315,7 @@ AC_ARG_WITH(system-editline, *) AC_MSG_ERROR(bad value '${withval}' for --with-system-editline);; esac]) -# not need editline in default libs, but need to test for it's ptresence +# not need editline in default libs, but need to test for its presence saveLIBS=$LIBS if test "$STD_EDITLINE" = "true"; then AC_CHECK_LIB(editline, readline, EDITLINE_FLG=Y, STD_EDITLINE=false)