Skip to content

Commit

Permalink
[configure] Fix test after last change
Browse files Browse the repository at this point in the history
  • Loading branch information
Andy C committed Jan 5, 2025
1 parent 0cc995b commit 00652b5
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions configure-test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,6 @@ test_echo_vars() {
fi
if ! test "$output" = 'HAVE_READLINE=
READLINE_DIR=
HAVE_SYSTEMTAP_SDT=
PREFIX=/usr/local
DATAROOTDIR=
STRIP_FLAGS=--gc-sections'; then
Expand All @@ -138,7 +137,6 @@ STRIP_FLAGS=--gc-sections'; then
fi
if ! test "$output" = 'HAVE_READLINE=1
READLINE_DIR=
HAVE_SYSTEMTAP_SDT=
PREFIX=/usr/local
DATAROOTDIR=
STRIP_FLAGS=--gc-sections'; then
Expand All @@ -154,7 +152,6 @@ STRIP_FLAGS=--gc-sections'; then
fi
if ! test "$output" = 'HAVE_READLINE=1
READLINE_DIR=/path/to/readline
HAVE_SYSTEMTAP_SDT=
PREFIX=/usr/local
DATAROOTDIR=
STRIP_FLAGS=--gc-sections'; then
Expand Down

0 comments on commit 00652b5

Please sign in to comment.