Advertisement
Guest User

Untitled

a guest
Jan 22nd, 2017
129
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. AC_ARG_WITH([readline],
  2. [AS_HELP_STRING([--with-readline],
  3. [support fancy command line editing @<:@default=check@:>@])],
  4. [],
  5. [with_readline=check])
  6.  
  7. --with-readline support fancy command line editing [default=check]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement