# HG changeset patch # User John W. Eaton # Date 1459220007 14400 # Node ID 8014bba57c2b3cd130673b7512c9ce1b62c635d5 # Parent f80b46f7d3d8dbf776548a0bf1a0e04b0ea0dafe Backed out changeset f80b46f7d3d8 diff -r f80b46f7d3d8 -r 8014bba57c2b configure.ac --- a/configure.ac Mon Mar 28 17:16:37 2016 -0700 +++ b/configure.ac Mon Mar 28 22:53:27 2016 -0400 @@ -511,9 +511,6 @@ dnl AX_OPENMP is not empty. if test $ENABLE_OPENMP = yes; then AC_DEFINE(OCTAVE_ENABLE_OPENMP, 1, [Define if OpenMP is enabled.]) - if test "$GCC" = yes; then - WARN_LDFLAGS="$WARN_LDFLAGS -Wl,--no-as-needed,-lgomp,--as-needed"; - fi fi ## Set these for any other tests that may require them. They will be ## reset before output files are generated.