summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMonsta <[email protected]>2015-09-25 10:44:01 +0300
committerMonsta <[email protected]>2015-09-25 10:48:18 +0300
commit7be1faa3ab2ea463b1585b7b8c84f23498130a6d (patch)
tree0e30255944863a8cc7220fcd929b385e8b81eb6b
parent75ada25e15c7a817591f14fbb7c5e2c9f669e15a (diff)
downloadmate-utils-7be1faa3ab2ea463b1585b7b8c84f23498130a6d.tar.bz2
mate-utils-7be1faa3ab2ea463b1585b7b8c84f23498130a6d.tar.xz
configure.ac: drop useless check for Sun OS
-rw-r--r--configure.ac8
-rw-r--r--logview/src/Makefile.am1
2 files changed, 0 insertions, 9 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
diff --git a/logview/src/Makefile.am b/logview/src/Makefile.am
index 70cbee21..434c593f 100644
--- a/logview/src/Makefile.am
+++ b/logview/src/Makefile.am
@@ -6,7 +6,6 @@ AM_CPPFLAGS = \
-DDATADIR=\""$(datadir)"\" \
-DLOGVIEWINSTALLPREFIX=\""$(prefix)/\"" \
-DLOGVIEW_DATADIR=\""$(pkgdatadir)"\" \
- $(SUN_OS) \
$(DISABLE_DEPRECATED) \
$(NULL)