diff options
author | Monsta <[email protected]> | 2015-08-25 16:36:48 +0300 |
---|---|---|
committer | Monsta <[email protected]> | 2015-08-25 16:36:48 +0300 |
commit | d1a5acc22910f5136e159b5401e68f80852d3630 (patch) | |
tree | 618901fbde799177369a36788cebcd9b3009b750 /configure.ac | |
parent | c8a7ad7f0698d2a11d3d5d8c55a9dc5ce9330f46 (diff) | |
download | libmateweather-d1a5acc22910f5136e159b5401e68f80852d3630.tar.bz2 libmateweather-d1a5acc22910f5136e159b5401e68f80852d3630.tar.xz |
drop support for win32
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 13 |
1 files changed, 1 insertions, 12 deletions
diff --git a/configure.ac b/configure.ac index 44979bf..cbcc20a 100644 --- a/configure.ac +++ b/configure.ac @@ -20,17 +20,6 @@ LT_VERSION=7:9:6 AC_SUBST(LT_VERSION) AC_CANONICAL_HOST -AC_MSG_CHECKING([for Win32]) -case "$host" in - *-*-mingw*) - mateweather_native_win32="yes" - ;; - *) - mateweather_native_win32="no" - ;; -esac -AC_MSG_RESULT([$mateweather_native_win32]) -AM_CONDITIONAL(OS_WIN32, [test "$mateweather_native_win32" = "yes"]) AC_MSG_CHECKING([which gtk+ version to compile against]) AC_ARG_WITH([gtk], @@ -58,7 +47,7 @@ GIO_REQUIRED=2.25.0 LIBXML_REQUIRED=2.6.0 LT_PREREQ([2.2.6]) -LT_INIT([dlopen win32-dll disable-static]) +LT_INIT([dlopen disable-static]) LT_LIB_M IT_PROG_INTLTOOL([0.40.6]) |