aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSUZUKI, Shinsuke <suz@kame.net>2006-09-02 08:07:29 +0000
committerSUZUKI, Shinsuke <suz@kame.net>2006-09-02 08:07:29 +0000
commit011e6ecd4639722dbc8256244e50b0e13fb58405 (patch)
tree0799ff4006a96087f59eb2c5c8e637c8406ccd8d
parentbef9d20e56d09258ba6ab2f14a711ece2e734394 (diff)
fixed yet another script bugs
-rwxr-xr-xconfigure4
1 files changed, 3 insertions, 1 deletions
diff --git a/configure b/configure
index 44a4ec6..14d0326 100755
--- a/configure
+++ b/configure
@@ -5309,6 +5309,8 @@ _ACEOF
if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
$EGREP "yes" >/dev/null 2>&1; then
result=yes
+else
+ result=no
fi
rm -f conftest*
@@ -5321,7 +5323,7 @@ yes) tailq_foreach=yes
;;
esac
-if test $tailq_foreach = yes {
+if test $tailq_foreach = yes ; then
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