diff options
author | hobbs <hobbs@noemail.net> | 2001-10-15 21:16:31 (GMT) |
---|---|---|
committer | hobbs <hobbs@noemail.net> | 2001-10-15 21:16:31 (GMT) |
commit | 787208883e7bbeb726a199e631875f391237f7e7 (patch) | |
tree | 50b41138f82bef47533dca3aed4f68828449dd58 /win/tcl.m4 | |
parent | cb6b9706a9f6450a0da3bc55f12cff579e3a2511 (diff) | |
download | tcl-787208883e7bbeb726a199e631875f391237f7e7.zip tcl-787208883e7bbeb726a199e631875f391237f7e7.tar.gz tcl-787208883e7bbeb726a199e631875f391237f7e7.tar.bz2 |
* unix/configure:
* unix/configure.in:
* win/configure:
* win/configure.in:
* win/tcl.m4: reworked to be a little cleaner in comparison to
each other, and to AC_SUBST even empty vars for win/tclConfig.sh
FossilOrigin-Name: 85fa5cb1446b552efaddfdb027c6805dd0eb3b5e
Diffstat (limited to 'win/tcl.m4')
-rw-r--r-- | win/tcl.m4 | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -513,6 +513,12 @@ AC_DEFUN(SC_CONFIG_CFLAGS, [ LDFLAGS_CONSOLE="-link -subsystem:console ${lflags}" LDFLAGS_WINDOW="-link -subsystem:windows ${lflags}" fi + + # DL_LIBS is empty, but then we match the Unix version + AC_SUBST(DL_LIBS) + AC_SUBST(CFLAGS_DEBUG) + AC_SUBST(CFLAGS_OPTIMIZE) + AC_SUBST(CFLAGS_WARNING) ]) #------------------------------------------------------------------------ |