Don't include fltk-config in global sanity check.
This commit is contained in:
parent
376f863833
commit
9db488173b
|
@ -184,8 +184,7 @@ begin ()
|
||||||
{
|
{
|
||||||
echo -n "Checking sanity..."
|
echo -n "Checking sanity..."
|
||||||
require_command tput tput > /dev/null
|
require_command tput tput > /dev/null
|
||||||
require_command pkg-config pkg-config > /dev/null
|
require_command pkg_config pkg-config > /dev/null
|
||||||
require_command fltk-config lib/fltk/fltk-config >/dev/null
|
|
||||||
require_command sed sed > /dev/null
|
require_command sed sed > /dev/null
|
||||||
ok
|
ok
|
||||||
}
|
}
|
||||||
|
@ -363,6 +362,8 @@ require_FLTK ()
|
||||||
{
|
{
|
||||||
local use
|
local use
|
||||||
|
|
||||||
|
require_command fltk_config lib/fltk/fltk-config
|
||||||
|
|
||||||
echo -n "Checking for ${BOLD}FLTK${SGR0}..."
|
echo -n "Checking for ${BOLD}FLTK${SGR0}..."
|
||||||
|
|
||||||
FLTK_VERSION=`lib/fltk/fltk-config --version`
|
FLTK_VERSION=`lib/fltk/fltk-config --version`
|
||||||
|
|
Loading…
Reference in New Issue