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
This commit is contained in:
psychon
2009-04-26 10:08:51 +00:00
parent be4da7424e
commit ebc79689fd
2 changed files with 0 additions and 10 deletions

5
configure vendored
View File

@@ -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)

View File

@@ -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)