Skip to content

Commit

Permalink
fix libunwind option
Browse files Browse the repository at this point in the history
  • Loading branch information
shindere committed Nov 29, 2018
1 parent 7c90f06 commit 73e633e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion configure
Expand Up @@ -1531,7 +1531,8 @@ Optional Packages:
--with-dllibs=LIBS use LIBS (in addition to dl) to load dynamic libs
[default=""]
--with-libunwind location of the libunwind package
--with-libunwindlib location of binary files for libunwind
--with-libunwind-include-dir
location of header files for libunwind
--with-target-bindir location of binary programs on target system
--with-reserved-header-bits=BITS
reserve BITS bits in block headers for profiling
Expand Down
4 changes: 2 additions & 2 deletions configure.ac
Expand Up @@ -226,8 +226,8 @@ AC_ARG_WITH([libunwind],
[location of the libunwind package])])

AC_ARG_WITH([libunwind-include-dir],
[AS_HELP_STRING([--with-libunwindlib],
[location of binary files for libunwind])])
[AS_HELP_STRING([--with-libunwind-include-dir],
[location of header files for libunwind])])

AC_ARG_ENABLE([graph-lib],
[AS_HELP_STRING([--disable-graph-lib],
Expand Down

0 comments on commit 73e633e

Please sign in to comment.