diff options
author | Monsta <[email protected]> | 2015-09-25 10:44:01 +0300 |
---|---|---|
committer | Monsta <[email protected]> | 2015-09-25 10:48:18 +0300 |
commit | 7be1faa3ab2ea463b1585b7b8c84f23498130a6d (patch) | |
tree | 0e30255944863a8cc7220fcd929b385e8b81eb6b /configure.ac | |
parent | 75ada25e15c7a817591f14fbb7c5e2c9f669e15a (diff) | |
download | mate-utils-7be1faa3ab2ea463b1585b7b8c84f23498130a6d.tar.bz2 mate-utils-7be1faa3ab2ea463b1585b7b8c84f23498130a6d.tar.xz |
configure.ac: drop useless check for Sun OS
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/configure.ac b/configure.ac index ef243627..2c6c933d 100644 --- a/configure.ac +++ b/configure.ac @@ -57,14 +57,6 @@ AC_CHECK_FUNCS([getpgid]) LIBGDICT_LT_VERSION=6:7:0 AC_SUBST(LIBGDICT_LT_VERSION) -dnl host architecture check -AS_CASE([$host], - - [*-*-solaris*], [SUN_OS="-DON_SUN_OS"], - [*], [SUN_OS=""] -) -AC_SUBST(SUN_OS) - dnl pkg-config check GLIB_REQUIRED=2.36.0 |