From ebc79689fdb8665ba2faf6999880e145d00abfc4 Mon Sep 17 00:00:00 2001 From: psychon Date: Sun, 26 Apr 2009 10:08:51 +0000 Subject: [PATCH] Don't try to use -mimpure-text This seems to be an unknown compiler flag in some cases. git-svn-id: https://znc.svn.sourceforge.net/svnroot/znc/trunk@1498 726aef4b-f618-498e-8847-2d620e286838 --- configure | 5 ----- configure.in | 5 ----- 2 files changed, 10 deletions(-) diff --git a/configure b/configure index f922ee54..6dcbfe1d 100755 --- a/configure +++ b/configure @@ -3198,11 +3198,6 @@ $as_echo "$as_me: error: could not find dlopen. Try --disable-modules" >&2;} fi MODTARGET="modules" - # FIXME why do we need this for sun? - if test -n "$ISSUN"; then - appendMod -mimpure-text - fi - if test -z "$ISCYGWIN" ; then # cygwin doesn't need -fPIC, everything else does (for modules) # warning: -fPIC ignored for target (all code is position independent) diff --git a/configure.in b/configure.in index 8b052aa1..abe90e01 100644 --- a/configure.in +++ b/configure.in @@ -172,11 +172,6 @@ if test "$MODULES" = "yes"; then fi MODTARGET="modules" - # FIXME why do we need this for sun? - if test -n "$ISSUN"; then - appendMod -mimpure-text - fi - if test -z "$ISCYGWIN" ; then # cygwin doesn't need -fPIC, everything else does (for modules) # warning: -fPIC ignored for target (all code is position independent)