Author: cazfi
Date: Tue Feb  2 12:46:01 2016
New Revision: 31717

URL: http://svn.gna.org/viewcvs/freeciv?rev=31717&view=rev
Log:
Fixed syntax error in configure check for readline in case where curses 
dependency has not
been set up correctly in the system, but needs to be figured out by our 
configure.

See bug #24372

Modified:
    branches/S2_5/m4/readline.m4

Modified: branches/S2_5/m4/readline.m4
URL: 
http://svn.gna.org/viewcvs/freeciv/branches/S2_5/m4/readline.m4?rev=31717&r1=31716&r2=31717&view=diff
==============================================================================
--- branches/S2_5/m4/readline.m4        (original)
+++ branches/S2_5/m4/readline.m4        Tue Feb  2 12:46:01 2016
@@ -98,7 +98,7 @@
                    dnl We can't check for rl_completion_suppress_append again,
                    dnl cause the result is cached. And autoconf doesn't
                    dnl seem to have a way to uncache it.
-                   AC_CHECK_LIB([readline], [rl_completion_mode]
+                   AC_CHECK_LIB([readline], [rl_completion_mode],
                                 [have_readline_lib=1], [have_readline_lib=0],
                         ["$HAVE_TERMCAP"])
                    if test "$have_readline_lib" = "1"; then


_______________________________________________
Freeciv-commits mailing list
Freeciv-commits@gna.org
https://mail.gna.org/listinfo/freeciv-commits

Reply via email to