diff options
| author | gahr <gahr@gahr.ch> | 2019-12-30 13:49:39 (GMT) |
|---|---|---|
| committer | gahr <gahr@gahr.ch> | 2019-12-30 13:49:39 (GMT) |
| commit | c24a2bec0132d005fae4d4f47ebeba49d1a7f9cd (patch) | |
| tree | a373d01a9c70c4af6134cc8d61a2741d810bdbc8 /unix | |
| parent | 54e9b9d2b392b33e0a518fe3cfc55598f63cd51b (diff) | |
| download | tcl-c24a2bec0132d005fae4d4f47ebeba49d1a7f9cd.zip tcl-c24a2bec0132d005fae4d4f47ebeba49d1a7f9cd.tar.gz tcl-c24a2bec0132d005fae4d4f47ebeba49d1a7f9cd.tar.bz2 | |
Regenerate configure
Diffstat (limited to 'unix')
| -rwxr-xr-x | unix/configure | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/unix/configure b/unix/configure index 6ce6281..4a5ebe6 100755 --- a/unix/configure +++ b/unix/configure @@ -4661,7 +4661,7 @@ if test "${with_system_libtommath+set}" = set; then : withval=$with_system_libtommath; libtommath_ok=${withval} fi -if test x"${libtommath_ok}" == x -o x"${libtommath_ok}" != xno; then +if test x"${libtommath_ok}" = x -o x"${libtommath_ok}" != xno; then ac_fn_c_check_header_mongrel "$LINENO" "tommath.h" "ac_cv_header_tommath_h" "$ac_includes_default" if test "x$ac_cv_header_tommath_h" = xyes; then : |
