chiark
/
gitweb
/
~mdw
/
checkpath
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
83d0cea
)
configure.ac: Actually get the mLib compiler options used.
author
Mark Wooding
<mdw@marauder.distorted.org.uk>
Sat, 11 Jun 2011 18:53:06 +0000
(19:53 +0100)
committer
Mark Wooding
<mdw@marauder.distorted.org.uk>
Sat, 11 Jun 2011 18:53:06 +0000
(19:53 +0100)
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
patch
|
blob
|
blame
|
history
diff --git
a/configure.ac
b/configure.ac
index 99b488e0841c67953639297fbd038a466624abd3..f4333826b21329a1a4e3cb72470f6b308b3440e3 100644
(file)
--- a/
configure.ac
+++ b/
configure.ac
@@
-37,12
+37,14
@@
AC_PROG_CC
AX_CFLAGS_WARN_ALL
AM_PROG_LIBTOOL
mdw_LIBTOOL_VERSION_INFO
+AC_SUBST([AM_CFLAGS])
dnl Types.
AC_TYPE_UID_T
dnl Packages.
PKG_CHECK_MODULES([mLib], [mLib >= 2.0.4])
+AM_CFLAGS="$AM_CFLAGS $mLib_CFLAGS"
dnl--------------------------------------------------------------------------
dnl Output.