From 7be1faa3ab2ea463b1585b7b8c84f23498130a6d Mon Sep 17 00:00:00 2001 From: Monsta Date: Fri, 25 Sep 2015 10:44:01 +0300 Subject: configure.ac: drop useless check for Sun OS --- configure.ac | 8 -------- 1 file changed, 8 deletions(-) (limited to 'configure.ac') 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 -- cgit v1.2.1