ef6ca56 Pass --with-tcl to ensure tclConfig.sh is found

Authored and Committed by tmz 5 years ago
1 file changed. 2 lines added. 1 lines removed.
    Pass --with-tcl to ensure tclConfig.sh is found
    
    On x86_64 the default search path configure uses for tclConfig.sh
    does not include /usr/lib64.  The tcl module builds with default
    settings, but we can do better by explicitly setting --with-tcl.  This
    ensures that TCL_FLAGS is set by tclConfig.sh rather than guessed.
    
        
file modified
+2 -1