summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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)