Skip to content

Commit

Permalink
fix configure to compile
Browse files Browse the repository at this point in the history
  • Loading branch information
phoeagon committed Dec 29, 2014
1 parent 8db9d20 commit 7f03eba
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions alice-strace/configure
Original file line number Diff line number Diff line change
Expand Up @@ -6997,7 +6997,7 @@ if test "${ac_cv_lib_unwind_x86_64__Ux86_64_init_local+set}" = set; then
$as_echo_n "(cached) " >&6
else
ac_check_lib_save_LIBS=$LIBS
LIBS="-lunwind-x86_64 $LIBS"
LIBS="-lunwind-x86_64 $LIBS"
cat >conftest.$ac_ext <<_ACEOF
/* confdefs.h. */
_ACEOF
Expand Down Expand Up @@ -7077,7 +7077,7 @@ if test "${ac_cv_lib_unwind__ULx86_init_local+set}" = set; then
$as_echo_n "(cached) " >&6
else
ac_check_lib_save_LIBS=$LIBS
LIBS="-lunwind $LIBS"
LIBS="-lunwind -lunwind-x86 $LIBS"
cat >conftest.$ac_ext <<_ACEOF
/* confdefs.h. */
_ACEOF
Expand Down Expand Up @@ -7141,7 +7141,7 @@ if test "x$ac_cv_lib_unwind__ULx86_init_local" = x""yes; then
#define HAVE_LIBUNWIND 1
_ACEOF

LIBS="-lunwind $LIBS"
LIBS="-lunwind -lunwind-x86 $LIBS"

else
{ $as_echo "$as_me:$LINENO: \"libunwind library could not be found!\"" >&5
Expand Down

0 comments on commit 7f03eba

Please sign in to comment.