aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSUZUKI, Shinsuke <suz@kame.net>2006-09-02 08:05:57 +0000
committerSUZUKI, Shinsuke <suz@kame.net>2006-09-02 08:05:57 +0000
commitbef9d20e56d09258ba6ab2f14a711ece2e734394 (patch)
tree5f93a845ba3bf753e7b461adf71ab49d20ff5e81
parent1a146b58a88f53eb336d26835e9474d52be721d4 (diff)
fixed a typo in the shell script
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index a0d1dfe..44a4ec6 100755
--- a/configure
+++ b/configure
@@ -5321,7 +5321,7 @@ yes) tailq_foreach=yes
;;
esac
-if test $tailq_foreach = yes) {
+if test $tailq_foreach = yes {
echo "$as_me:$LINENO: checking argument order of TAILQ_FOREACH_REVERSE" >&5
echo $ECHO_N "checking argument order of TAILQ_FOREACH_REVERSE... $ECHO_C" >&6
cat >conftest.$ac_ext <<_ACEOF