Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • configure.ac

    r55e9018 rec0d43c  
    8282AC_LIBTOOL_DLOPEN
    8383dnl AC_DISABLE_STATIC
    84 dnl allow cross compiling
    85 AC_LIBTOOL_WIN32_DLL
    8684AC_PROG_LIBTOOL
    8785
     
    9189AM_CONDITIONAL(MINGW, false)
    9290AM_CONDITIONAL(DARWIN, false)
    93 case "${host_os}" in
     91case "${build_os}" in
    9492*mingw* | *cygwin*)
    9593  mingw32_support="yes"
Note: See TracChangeset for help on using the changeset viewer.