summaryrefslogtreecommitdiffstats
path: root/unix/configure
diff options
context:
space:
mode:
authorWilliam Joye <wjoye@cfa.harvard.edu>2017-01-13 20:16:09 (GMT)
committerWilliam Joye <wjoye@cfa.harvard.edu>2017-01-13 20:16:09 (GMT)
commit22e70af222567275ea290368cb6c7ecdc20d66af (patch)
tree9d370f13224589e845c900b2c31f638428024662 /unix/configure
parentc3933b9e93612aa6ac6c1cbfa948e59e7eff6c19 (diff)
downloadblt-22e70af222567275ea290368cb6c7ecdc20d66af.zip
blt-22e70af222567275ea290368cb6c7ecdc20d66af.tar.gz
blt-22e70af222567275ea290368cb6c7ecdc20d66af.tar.bz2
update TEA 3.10
Diffstat (limited to 'unix/configure')
-rwxr-xr-xunix/configure8
1 files changed, 4 insertions, 4 deletions
diff --git a/unix/configure b/unix/configure
index f767415..f341653 100755
--- a/unix/configure
+++ b/unix/configure
@@ -1700,12 +1700,12 @@ $as_echo_n "checking for correct TEA configuration... " >&6; }
as_fn_error $? "
The PACKAGE_NAME variable must be defined by your TEA configure.ac" "$LINENO" 5
fi
- if test x"3.9" = x ; then
+ if test x"3.10" = x ; then
as_fn_error $? "
TEA version not specified." "$LINENO" 5
- elif test "3.9" != "${TEA_VERSION}" ; then
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: warning: requested TEA version \"3.9\", have \"${TEA_VERSION}\"" >&5
-$as_echo "warning: requested TEA version \"3.9\", have \"${TEA_VERSION}\"" >&6; }
+ elif test "3.10" != "${TEA_VERSION}" ; then
+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: warning: requested TEA version \"3.10\", have \"${TEA_VERSION}\"" >&5
+$as_echo "warning: requested TEA version \"3.10\", have \"${TEA_VERSION}\"" >&6; }
else
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: ok (TEA ${TEA_VERSION})" >&5
$as_echo "ok (TEA ${TEA_VERSION})" >&6; }