Browse Source

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

tags/non-daw-v1.2.0
Jonathan Moore Liles 13 years ago
parent
commit
9db488173b
1 changed files with 3 additions and 2 deletions
  1. +3
    -2
      scripts/config-funcs

+ 3
- 2
scripts/config-funcs 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`


Loading…
Cancel
Save