diff options
author | roland <roland> | 2005-12-12 06:03:28 +0000 |
---|---|---|
committer | roland <roland> | 2005-12-12 06:03:28 +0000 |
commit | 9cb3a339871fa02385f16d896471ac8b7941e580 (patch) | |
tree | 3edbd6d4acf62db67b39fdd88aadff7e0be917fd | |
parent | d299d4a75727e3d33f9d2fb9a52344e0cf094c1d (diff) | |
download | systemtap-steved-9cb3a339871fa02385f16d896471ac8b7941e580.tar.gz systemtap-steved-9cb3a339871fa02385f16d896471ac8b7941e580.tar.xz systemtap-steved-9cb3a339871fa02385f16d896471ac8b7941e580.zip |
Fix typo in last change.
-rwxr-xr-x | configure | 2 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -5103,7 +5103,7 @@ else fi -if test $build_elfutils = yes; then +if test $build_elfutils = no; then # Need libdwfl-capable recent elfutils from Fedora save_LIBS="$LIBS" diff --git a/configure.ac b/configure.ac index 7fea2aca..c9dc46b9 100644 --- a/configure.ac +++ b/configure.ac @@ -34,7 +34,7 @@ yes) AC_MSG_ERROR([--with-elfutils requires an argument]) ;; esac]) AM_CONDITIONAL(BUILD_ELFUTILS, test $build_elfutils = yes) -if test $build_elfutils = yes; then +if test $build_elfutils = no; then # Need libdwfl-capable recent elfutils from Fedora save_LIBS="$LIBS" AC_CHECK_LIB(dw, dwarf_diecu,,[ |