summaryrefslogtreecommitdiff
path: root/Build/source/libs/luajit/configure
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2016-03-21 20:37:55 +0000
committerKarl Berry <karl@freefriends.org>2016-03-21 20:37:55 +0000
commitd97bf0fe1bbb340b51521ff231090de76e65e700 (patch)
tree6978f717193e3fdb0039f84c557f49528157731a /Build/source/libs/luajit/configure
parent7667b94f1c155159d239f0953c6c8ce7900ac044 (diff)
reautoconf for log2
git-svn-id: svn://tug.org/texlive/trunk@40095 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/libs/luajit/configure')
-rwxr-xr-xBuild/source/libs/luajit/configure6
1 files changed, 3 insertions, 3 deletions
diff --git a/Build/source/libs/luajit/configure b/Build/source/libs/luajit/configure
index a159aa0d0e5..90b89f2aa3f 100755
--- a/Build/source/libs/luajit/configure
+++ b/Build/source/libs/luajit/configure
@@ -639,7 +639,7 @@ LTLIBOBJS
LIBOBJS
subdirs
LUAJIT_TREE
-LUAJIT_HAS_LOG2
+LUAJIT_HAS_NOT_LOG2
build_FALSE
build_TRUE
LIBLUAJIT_LDEXTRA
@@ -14383,7 +14383,7 @@ echo timestamp >config.force
fi
# Check log2, on some systems is still not defined
-LUAJIT_HAS_LOG2=
+LUAJIT_HAS_NOT_LOG2=
ac_fn_c_check_decl "$LINENO" "log2" "ac_cv_have_decl_log2" "#include <math.h>
"
if test "x$ac_cv_have_decl_log2" = xyes; then :
@@ -14398,7 +14398,7 @@ _ACEOF
if test $ac_have_decl = 1; then :
else
- LUAJIT_HAS_LOG2=-DLUAJIT_NO_LOG2
+ LUAJIT_HAS_NOT_LOG2=-DLUAJIT_NO_LOG2
fi