From e25d03a4cc0664f6ece067facb1bc8e38134f396 Mon Sep 17 00:00:00 2001 From: Gert Doering Date: Mon, 10 Oct 2016 19:36:20 +0200 Subject: [PATCH] Revert "Enable -D_SVR4_2 for compilation on Solaris" This reverts commit 6eaa70e80aea7dfd1b3114fcb369a8f72c19ceee. (the description was incorrect and the patch was already pushed out) --- configure.ac | 1 - 1 file changed, 1 deletion(-) diff --git a/configure.ac b/configure.ac index 24b2e468c..a03abbaac 100644 --- a/configure.ac +++ b/configure.ac @@ -318,7 +318,6 @@ case "$host" in *-*-solaris*) AC_DEFINE([TARGET_SOLARIS], [1], [Are we running on Solaris?]) AC_DEFINE_UNQUOTED([TARGET_PREFIX], ["S"], [Target prefix]) - CPPFLAGS="$CPPFLAGS -D_XPG4_2" ;; *-*-openbsd*) AC_DEFINE([TARGET_OPENBSD], [1], [Are we running on OpenBSD?]) -- 2.47.2