aboutsummaryrefslogtreecommitdiff
path: root/auto.def
diff options
context:
space:
mode:
authorSteve Bennett <steveb@workware.net.au>2011-04-25 17:34:00 +1000
committerSteve Bennett <steveb@workware.net.au>2011-06-09 11:45:56 +1000
commit64716bd6592527d31b6c5e79295d0218afc98682 (patch)
tree4f0668d4afdc30e75341ec62e95f153b266b0005 /auto.def
parentf8b69284cf7e30abacd6c30adce12e953698f622 (diff)
downloadjimtcl-64716bd6592527d31b6c5e79295d0218afc98682.zip
jimtcl-64716bd6592527d31b6c5e79295d0218afc98682.tar.gz
jimtcl-64716bd6592527d31b6c5e79295d0218afc98682.tar.bz2
Don't needlessly link against -lm
Signed-off-by: Steve Bennett <steveb@workware.net.au>
Diffstat (limited to 'auto.def')
-rw-r--r--auto.def1
1 files changed, 1 insertions, 0 deletions
diff --git a/auto.def b/auto.def
index 65c53c6..053a463 100644
--- a/auto.def
+++ b/auto.def
@@ -93,6 +93,7 @@ if {[opt-bool utf8]} {
if {[opt-bool math]} {
msg-result "Enabling math functions"
define JIM_MATH_FUNCTIONS
+ define-append LIBS -lm
}
if {[opt-bool ipv6]} {
msg-result "Enabling IPv6"