diff options
author | Markus Metzger <markus.t.metzger@intel.com> | 2013-11-12 16:58:45 +0100 |
---|---|---|
committer | Markus Metzger <markus.t.metzger@intel.com> | 2015-07-02 12:45:50 +0200 |
commit | 58bfce93438e1f936d4547bb9659b7d096e2823f (patch) | |
tree | 08d90d15eae88aee807c65af7e39d73663e2e5cd /gdb/config.in | |
parent | b0fd6b3037669534962b1ffe860db178ea7e1239 (diff) | |
download | gdb-58bfce93438e1f936d4547bb9659b7d096e2823f.zip gdb-58bfce93438e1f936d4547bb9659b7d096e2823f.tar.gz gdb-58bfce93438e1f936d4547bb9659b7d096e2823f.tar.bz2 |
configure: check for libipt
Check for libipt, an Intel(R) Processor Trace decoder library. The sources
can be found on github at:
https://github.com/01org/processor-trace
gdb/
* configure.ac: Check for libipt
* configure: Regenerate.
* config.in: Regenerate.
* Makefile.in (LIBIPT): New.
(CLIBS): Add $LIBIPT.
* NEWS: document new configure options
Diffstat (limited to 'gdb/config.in')
-rw-r--r-- | gdb/config.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gdb/config.in b/gdb/config.in index 5b6dbbb..9ef53b3 100644 --- a/gdb/config.in +++ b/gdb/config.in @@ -234,6 +234,9 @@ /* Define to 1 if you have the `libiconvlist' function. */ #undef HAVE_LIBICONVLIST +/* Define if you have the ipt library. */ +#undef HAVE_LIBIPT + /* Define if you have the lzma library. */ #undef HAVE_LIBLZMA |