Changeset f96e9d in git for m4


Ignore:
Timestamp:
Oct 16, 2020, 2:57:56 PM (4 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'spielwiese', '17f1d200f27c5bd38f5dfc6e8a0879242279d1d8')
Children:
0647c59b9bc030664ed8a185072644ad0e856bf6
Parents:
a647f6c6913c43c8b1e4d17f57b29e6c688b05c9
Message:
log host checking
File:
1 edited

Legend:

Unmodified
Added
Removed
  • m4/win-flags.m4

    ra647f6c rf96e9d  
    55  AC_CANONICAL_HOST
    66
     7AC_MSG_CHECKING(checking host)
    78dnl Maybe necessary for mingw as well but haven't tested
    89  case $host_os in
     
    1415
    1516  if test x$os_win32 = xyes; then
     17    AC_MSG_RESULT(windows)
    1618    AX_APPEND_LINK_FLAGS([-Wl,-Bdynamic])
    1719dnl libtool requires "-no-undefined" for win32 dll
    1820    SINGULAR_LDFLAGS="$SINGULAR_LDFLAGS -no-undefined"
     21  else
     22    AC_MSG_RESULT(unix)
    1923  fi
    2024
Note: See TracChangeset for help on using the changeset viewer.