[Freeciv-tickets] [freeciv] #45460: configure: Cache variable for readline runtime test

Back to archive index
OSDN Ticket System norep****@osdn*****
Thu Oct 13 18:54:36 JST 2022


#45460: configure: Cache variable for readline runtime test

  Open Date: 2022-08-26 11:53
Last Update: 2022-10-13 12:54

URL for this Ticket:
    https://osdn.net//projects/freeciv/ticket/45460
RSS feed for this Ticket:
    https://osdn.net/ticket/ticket_rss.php?group_id=12505&tid=45460

---------------------------------------------------------------------

Last Changes/Comment on this Ticket:
2022-10-13 12:54 Updated by: cazfi
 * Status Update from Open to Closed
 * Resolution Update from Accepted to Fixed


---------------------------------------------------------------------
Ticket Status:

      Reporter: cazfi
         Owner: cazfi
          Type: Patches
        Status: Closed
      Priority: 5 - Medium
     MileStone: 3.0.5
     Component: Bootstrap
      Severity: 5 - Medium
    Resolution: Fixed
---------------------------------------------------------------------

Ticket details:

FC_CHECK_READLINE_RUNTIME() does AC_RUN_IFELSE() to determine if readline is usable at runtime. 
Maybe we should have a cache variable defined for this (as part of general idea that *all* AC_RUN_IFELSE() uses should have one), though not a high priority for the following reasons:
- The default (current value *always* used when cross-compiling) seems to be that readline is assumed to work. So this is *not* currently disabling readline support.
- There's --without-readline configure option to disable readline. That can be used when it's known not to work


-- 
Ticket information of Freeciv project
Freeciv Project is hosted on OSDN

Project URL: https://osdn.net/projects/freeciv/
OSDN: https://osdn.net

URL for this Ticket:
    https://osdn.net/projects/freeciv/ticket/45460
RSS feed for this Ticket:
    https://osdn.net/ticket/ticket_rss.php?group_id=12505&tid=45460



More information about the Freeciv-tickets mailing list
Back to archive index