configure.ac: Actually get the mLib compiler options used.
authorMark Wooding <mdw@marauder.distorted.org.uk>
Sat, 11 Jun 2011 18:53:06 +0000 (19:53 +0100)
committerMark Wooding <mdw@marauder.distorted.org.uk>
Sat, 11 Jun 2011 18:53:06 +0000 (19:53 +0100)
commitb28a13493380edf063aa9c5d09f653d8758ef69e
treef6b7014d1df44f19fd4ca8b55cf7cd4d5dd6042a
parent83d0ceac0cf9900300ac3afeede158387e4a2909
configure.ac: Actually get the mLib compiler options used.

Didn't notice this before, but nothing actually took any notice of
the `mLib_CFLAGS' variable.  Add it to `AM_CFLAGS' so that the right
thing happens.
configure.ac