diff options
| author | Simon Rettberg | 2013-09-10 12:07:22 +0200 |
|---|---|---|
| committer | Simon Rettberg | 2013-09-10 12:07:22 +0200 |
| commit | 9f0402b9713d7be1955ca226930e9cd57f2d8f7d (patch) | |
| tree | 794d8cfcfc38b2cf03aa387179a5f5676872c485 | |
| parent | [nscd] Remove "netgroup" from nscd.conf as it is not available in all nscd ve... (diff) | |
| download | tm-scripts-9f0402b9713d7be1955ca226930e9cd57f2d8f7d.tar.gz tm-scripts-9f0402b9713d7be1955ca226930e9cd57f2d8f7d.tar.xz tm-scripts-9f0402b9713d7be1955ca226930e9cd57f2d8f7d.zip | |
[mltk] Actually really add pkg-config ( fixes commit:a3b435f6a1 )
| -rwxr-xr-x | mltk | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -92,7 +92,7 @@ print_usage() { check_devtools() { # Checking for needed development tools, compilers etc. # Required: m4 make gcc g++ binutils - DEVTOOLS="gcc c++ g++ make m4 strip git depmod patch mksquashfs" # 'strip' as marker for binutils + DEVTOOLS="gcc c++ g++ make m4 strip git depmod patch mksquashfs pkg-config" # 'strip' as marker for binutils for i in $DEVTOOLS; do which "$i" 2>/dev/null 1>&2 || { echo "Essential development tool $i not found - exiting."; exit 1; } done |
