Link with efltk xml library when images are used

This commit is contained in:
Sanel Zukan 2009-02-20 12:44:15 +00:00
parent 6cd077a9e4
commit eef8493c86

View File

@ -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