Don't include fltk-config in global sanity check.

pull/3/head
Jonathan Moore Liles 2012-03-07 18:26:06 -08:00
parent 376f863833
commit 9db488173b
1 changed files with 3 additions and 2 deletions

View File

@ -184,8 +184,7 @@ begin ()
{
echo -n "Checking sanity..."
require_command tput tput > /dev/null
require_command pkg-config pkg-config > /dev/null
require_command fltk-config lib/fltk/fltk-config >/dev/null
require_command pkg_config pkg-config > /dev/null
require_command sed sed > /dev/null
ok
}
@ -363,6 +362,8 @@ require_FLTK ()
{
local use
require_command fltk_config lib/fltk/fltk-config
echo -n "Checking for ${BOLD}FLTK${SGR0}..."
FLTK_VERSION=`lib/fltk/fltk-config --version`