From eef8493c8643224cc7be0a50fa292648549f64b9 Mon Sep 17 00:00:00 2001 From: Sanel Zukan Date: Fri, 20 Feb 2009 12:44:15 +0000 Subject: [PATCH] Link with efltk xml library when images are used --- configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.in b/configure.in index f0c0546..bd2680b 100644 --- a/configure.in +++ b/configure.in @@ -141,7 +141,7 @@ if test -n "$EFLTK_CONFIG"; then EFLTK_CFLAGS=`$EFLTK_CONFIG --cxxflags` EFLTK_LIBS_NOIMAGES=`$EFLTK_CONFIG --ldflags` - EFLTK_LIBS=`$EFLTK_CONFIG --use-images --ldflags` + EFLTK_LIBS=`$EFLTK_CONFIG --use-xml --use-images --ldflags` else AC_MSG_ERROR([You don't have eFLTK installed. To compile EDE, you will need it.]) fi