From 3d369545c00d84440fa88df82cbde648a7a60f88 Mon Sep 17 00:00:00 2001 From: Cygwin Ports maintainer Date: Sat, 14 Nov 2009 19:38:45 +0100 Subject: [PATCH] bgo #600923 - anjuta-extras: ANJUTA_PLUGIN_LDFLAGS not defined --- configure.ac | 3 +++ 1 file changed, 3 insertions(+) diff --git a/configure.ac b/configure.ac index 37766ba..038a252 100644 --- a/configure.ac +++ b/configure.ac @@ -237,6 +237,9 @@ AC_SUBST(anjuta_image_dir) EXTRA_CFLAGS='-DPACKAGE_PIXMAPS_DIR=\""$(anjuta_image_dir)"\" -DPACKAGE_LIB_DIR=\""$(anjutalibdir)"\" -DPACKAGE_DATA_DIR=\""$(anjuta_data_dir)"\"' AC_SUBST(EXTRA_CFLAGS) +ANJUTA_PLUGIN_LDFLAGS='-module -avoid-version -no-undefined' +AC_SUBST(ANJUTA_PLUGIN_LDFLAGS) + PKG_CHECK_MODULES(LIBXML, libxml-2.0) AC_OUTPUT([ Makefile -- 2.11.4.GIT