Hi Erik:

Filter away -R flags from X_LIBS variable in configure.

http://cr.openjdk.java.net/~erikj/8005855/webrev.root.01/

common/autoconf/libraries.m4:

143 X_LIBS=`$ECHO $X_LIBS | $SED 's/-R.*//g'`

If I am reading this correctly, sed will delete everything from -R to end of line. Is that correct?

Thumbs up if so - but this could have unexpected consequences if not.

Tim

Reply via email to