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)