Index: configure.in =================================================================== RCS file: /home/freeciv/CVS/freeciv/configure.in,v retrieving revision 1.169 diff -u -2 -r1.169 configure.in --- configure.in 2001/11/07 18:48:20 1.169 +++ configure.in 2001/12/19 17:55:43 @@ -392,6 +392,6 @@ You may need to install a readline \"development\" package.) else - AC_MSG_WARN(Did not find readline header file. -Configuring server without readline support.) + AC_MSG_CHECKING([whether we will use the readline library]) + AC_MSG_RESULT(no) fi else @@ -437,6 +437,6 @@ runtime test of readline failed.) else - AC_MSG_WARN(Runtime test of readline failed. -Configuring server without readline support.) + AC_MSG_CHECKING([whether we will use the readline library]) + AC_MSG_RESULT(no) fi fi @@ -446,6 +446,6 @@ test to link against the library failed.) else - AC_MSG_WARN(Test to link against readline library failed. -Configuring server without readline support.) + AC_MSG_CHECKING([whether we will use the readline library]) + AC_MSG_RESULT(no) fi fi