Skip to content
Snippets Groups Projects
Commit e703313e authored by Elias Pipping's avatar Elias Pipping
Browse files

[Build] Remove check for cairomm

parent e62f82ea
No related branches found
No related tags found
No related merge requests found
...@@ -9,16 +9,6 @@ AC_CONFIG_HEADERS([config.h]) ...@@ -9,16 +9,6 @@ AC_CONFIG_HEADERS([config.h])
DUNE_CHECK_ALL DUNE_CHECK_ALL
AC_ARG_WITH([cairomm], AS_HELP_STRING([--with-cairomm], [Use cairomm]))
AS_IF([test "x$with_cairomm" != "xno"], [
PKG_CHECK_MODULES([CAIROMM], [cairomm-1.0],
[AM_CONDITIONAL(CAIROMM, true)
AC_DEFINE([HAVE_CAIROMM], [1], [If CairoMM is available])
])
])
AC_CONFIG_FILES([ AC_CONFIG_FILES([
Makefile Makefile
src/Makefile src/Makefile
......
...@@ -51,9 +51,4 @@ AM_LDFLAGS = \ ...@@ -51,9 +51,4 @@ AM_LDFLAGS = \
$(UG_LDFLAGS) \ $(UG_LDFLAGS) \
$(PYTHON_LDFLAGS) $(PYTHON_LDFLAGS)
if CAIROMM
AM_CPPFLAGS += $(CAIROMM_CFLAGS)
LDADD += $(CAIROMM_LIBS)
endif
include $(top_srcdir)/am/global-rules include $(top_srcdir)/am/global-rules
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment