libperl's ldopts include libaries and therefore should go in LIBS not LDFLAGS
authorJim Radford <radford@galvanix.com>
Wed, 7 Aug 2013 20:21:08 +0000 (13:21 -0700)
committerJim Radford <radford@blackbean.org>
Wed, 14 Jan 2015 19:22:20 +0000 (11:22 -0800)
commitcd15f837a7c41bf101ae81713bdb9903566565aa
treefecef706aefff0dd371e041c2ab12a5d32c25b21
parent3ed71d2774fcacdf0c88b3a6d81bd826a6893b32
libperl's ldopts include libaries and therefore should go in LIBS not LDFLAGS

Without this configure fails compile its libperl test program because
-lperl comes before the test program on the compiler command line.
configure.ac
src/Makefile.am