mirror of
https://github.com/znc/znc.git
synced 2026-04-30 10:34:16 +02:00
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:
5
configure
vendored
5
configure
vendored
@@ -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)
|
||||
|
||||
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user