Corrected warning message.

This commit is contained in:
Sanel Zukan 2009-11-18 14:27:30 +00:00
parent ad5ae59c66
commit fc0cdee788
1 changed files with 1 additions and 1 deletions

View File

@ -190,7 +190,7 @@ if test -n "$EFLTK_CONFIG"; then
EFLTK_LIBS_NOIMAGES=`$EFLTK_CONFIG --ldflags`
EFLTK_LIBS=`$EFLTK_CONFIG --use-xml --use-images --ldflags`
else
AC_MSG_WARN([You don't have eFLTK installed. EDE will be built without panel and window manager!])
AC_MSG_WARN([You don't have eFLTK installed. EDE will be built without window manager!])
fi
EDE_CHECK_LIBXPM