nerscadmin / IPM

Integrated Performance Monitoring for High Performance Computing
http://ipm-hpc.org
GNU Lesser General Public License v2.1
84 stars 36 forks source link

Remove LDFLAGS="" directive on configure.ac #44

Open viniciusferrao opened 2 years ago

viniciusferrao commented 2 years ago

This directive effectively disabled any LDFLAGS generated during configure phase, since it was always set to nothing: LDFLAGS=""

After the removal proper LDFLAGS are generated after bootstrap.sh