TEA (tclconfig) Source Code

Ticket Change Details
Login
Overview

Artifact ID: 7395807be91647a2db47b06c430728ad5c373c5b92f3ebbe4b30c39efb0e305a
Ticket: 4b01dadd353ec229b790ea5a270d91e0210cf559
[PATCH] fix logical expression by adding keyword TEST
User & Date: anonymous 2020-05-26 23:17:18
Changes

  1. assignee changed to: "nobody"
  2. closer changed to: "nobody"
  3. cmimetype changed to: "text/plain"
  4. comment changed to:
    Tiny patch to fix logical expression by adding 'test'.
    
    Thanks,
    J.
    
    
    diff --git a/tcl.m4 b/tcl.m4
    index a80742e..ad75eb3 100644
    --- a/tcl.m4
    +++ b/tcl.m4
    @@ -1958,7 +1958,7 @@ dnl # preprocessing tests use only CPPFLAGS.
         # TEA specific: use PACKAGE_VERSION instead of VERSION
         UNSHARED_LIB_SUFFIX='${PACKAGE_VERSION}.a'])
     
    -    if test "${GCC}" = "yes" -a ${SHLIB_SUFFIX} = ".dll"; then
    +    if test "${GCC}" = "yes" -a test ${SHLIB_SUFFIX} = ".dll"; then
            AC_CACHE_CHECK(for SEH support in compiler,
                tcl_cv_seh,
            AC_TRY_RUN([
    
  5. is_private changed to: "0"
  6. login: "anonymous"
  7. priority changed to: "5 Medium"
  8. private_contact changed to: "7aa375e6e304b3f18d0e4c45179b1738b761e8e0"
  9. resolution changed to: "None"
  10. severity changed to: "Critical"
  11. status changed to: "Open"
  12. submitter changed to: "anonymous"
  13. subsystem changed to: "85. tclconfig"
  14. title changed to:
    [PATCH] fix logical expression by adding keyword TEST
    
  15. type changed to: "Patch"