From: Gert Doering Date: Mon, 10 Oct 2016 17:36:20 +0000 (+0200) Subject: Revert "Enable -D_SVR4_2 for compilation on Solaris" X-Git-Tag: v2.4_alpha1~12 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e25d03a4cc0;p=thirdparty%2Fopenvpn.git Revert "Enable -D_SVR4_2 for compilation on Solaris" This reverts commit 6eaa70e80aea7dfd1b3114fcb369a8f72c19ceee. (the description was incorrect and the patch was already pushed out) --- 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?])