diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2011-11-30 22:20:09 -0800 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2011-12-05 14:32:45 -0800 |
commit | d829a7c5cb42c979b58f3547136df5b05d906423 (patch) | |
tree | 8ba5b6e2788f9bca49d51bb743dd0f211a91fb9f /hw/dmx | |
parent | 4be68b03128e958d2a6dc1b7feb3587329b9561b (diff) |
Move to autoconf standard function name checks & defines
Replace multiple methods of checking for functions with AC_CHECK_FUNCS
Replace multiple methods of selecting fallback funcs with AC_REPLACE_FUNCS
Replace HAS_* and NEED_* #defines with autogenerated HAVE_*
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Reviewed-by: Adam Jackson <ajax@redhat.com>
Reviewed-by: Mikhail Gusarov <dottedmag@dottedmag.net>
Reviewed-by: Gaetan Nadon <memsize@videotron.ca>
Diffstat (limited to 'hw/dmx')
-rw-r--r-- | hw/dmx/config/Makefile.am | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/hw/dmx/config/Makefile.am b/hw/dmx/config/Makefile.am index 75181436e..06588e7a1 100644 --- a/hw/dmx/config/Makefile.am +++ b/hw/dmx/config/Makefile.am @@ -21,10 +21,7 @@ BUILT_SOURCES = parser.c parser.h scanner.c MAINTAINERCLEANFILES = $(BUILT_SOURCES) libdmxconfig_a_SOURCES = $(LIBSRCS) - -if NEED_STRLCAT libdmxconfig_a_SOURCES += $(top_srcdir)/os/strlcpy.c -endif if GLX GLX_DEFS = @GL_CFLAGS@ |