diff options
author | Stefano Karapetsas <[email protected]> | 2015-09-04 11:09:01 +0200 |
---|---|---|
committer | Stefano Karapetsas <[email protected]> | 2015-09-04 11:09:01 +0200 |
commit | 5e8918b2905203dc31c79b0ce3fc53e5806f2177 (patch) | |
tree | 618901fbde799177369a36788cebcd9b3009b750 /configure.ac | |
parent | c8a7ad7f0698d2a11d3d5d8c55a9dc5ce9330f46 (diff) | |
parent | d1a5acc22910f5136e159b5401e68f80852d3630 (diff) | |
download | libmateweather-5e8918b2905203dc31c79b0ce3fc53e5806f2177.tar.bz2 libmateweather-5e8918b2905203dc31c79b0ce3fc53e5806f2177.tar.xz |
Merge pull request #26 from monsta/laundry
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]) |