--- gegl-0.0.18/configure.ac.alt 2008-06-14 17:43:03 +0000 +++ gegl-0.0.18/configure.ac 2008-10-02 07:26:58 +0000 @@ -503,9 +503,6 @@ if test "x$have_glib_2_17" != "xyes"; th CPPFLAGS="${CPPFLAGS} -DG_DISABLE_DEPRECATED" fi -CPPFLAGS="${CPPFLAGS} -DG_DISABLE_SINGLE_INCLUDES" - - ###################################### # Checks for gtk-doc and docbook-tools ###################################### --- gegl-0.0.18/operations/Makefile-common.am.alt 2008-06-14 16:40:04 +0000 +++ gegl-0.0.18/operations/Makefile-common.am 2008-10-02 07:32:50 +0000 @@ -1,9 +1,7 @@ -if OS_WIN32 no_undefined = -no-undefined libgegl = $(top_builddir)/gegl/libgegl-$(GEGL_API_VERSION).la @BABL_LIBS@ -endif -op_libs = @DEP_LIBS@ $(libgegl) +op_libs = @DEP_LIBS@ $(libgegl) -lm GEGLHEADERS = $(wildcard $(top_srcdir)/gegl/*.h)\ $(wildcard $(top_srcdir)/gegl/buffer/*.h)