configure: Fixed linker options when checking for amqp_tcp_socket_new.
authorSebastian Harl <sh@tokkee.org>
Wed, 22 Jan 2014 12:34:30 +0000 (13:34 +0100)
committerSebastian Harl <sh@tokkee.org>
Wed, 22 Jan 2014 12:34:30 +0000 (13:34 +0100)
commit1c04bafe27990a337df6b9a8582669fe110eb2ae
treecc7fb4cd2be60f15ff92d83f77df1f7719bad6b7
parent65ce17c396d1421807429f153d8d5302ad5d2a92
configure: Fixed linker options when checking for amqp_tcp_socket_new.

This fixes the check when using GCC's --as-needed which fails when options are
not specified in the right order. Libraries (-l options) have to be specified
after any source files. autoconf does the right thing when using $LIBS for
that case rather than $LDFLAGS.
configure.in