Skip to content

Instantly share code, notes, and snippets.

@swills
Created April 29, 2014 19:20
Show Gist options
  • Save swills/11409491 to your computer and use it in GitHub Desktop.
Save swills/11409491 to your computer and use it in GitHub Desktop.
unless ((readline.have_header("readline/readline.h") &&
readline.have_header("readline/history.h")) &&
(have_library("readline", "readline") ||
have_library("edit", "readline"))) ||
(readline.have_header("editline/readline.h") &&
have_library("edit", "readline"))
raise "readline nor libedit not found"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment