Code

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)
committerMarc Fournier <marc.fournier@camptocamp.com>
Fri, 6 Feb 2015 15:36:26 +0000 (16:36 +0100)
commit9613c69afd6e5e0fad34ef8bb64f06d7211f5caf
tree9dd92807fecb74cb7bc70fbad99ed09b5238c4d4
parentf42ef7629fd32a51a9e0a782eaadedf13958b4e6
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.

Conflicts:
src/Makefile.am
configure.in
src/Makefile.am