]> sourceware.org Git - systemtap.git/commit - main.cxx
Check for the readline library before compiling in interactive mode.
authorDavid Smith <dsmith@redhat.com>
Thu, 20 Aug 2015 21:00:38 +0000 (16:00 -0500)
committerDavid Smith <dsmith@redhat.com>
Thu, 20 Aug 2015 21:00:38 +0000 (16:00 -0500)
commit9ac12b8952df1f309050f5449bba75af67c5c754
treea92105e228e579dbdd1fde101230010308154ae5
parentf278a689b1f53ea7fcc312237f8851e71867389d
Check for the readline library before compiling in interactive mode.

* configure.ac: Check for the readline library and any other libraries it
  needs.
* Makefile.am: If HAVE_LIBREADLINE is set, compile interactive.cxx and
  link with the needed readline libraries.
* main.cxx: Only call 'interactive_mode()' if we have the readline
  library.
* session.cxx: Only show help for interactive mode if we've got the
  readline library.
* Makefile.in: Regenerated.
* config.in: Ditto.
* configure: Ditto.
Makefile.am
Makefile.in
config.in
configure
configure.ac
main.cxx
session.cxx
This page took 0.026592 seconds and 5 git commands to generate.