summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2009-12-04 21:37:31 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2009-12-04 21:37:31 +0100
commit9230fde0381a7dcc7e3d86e954382a01a8fcfd63 (patch)
tree9d91f16d2871df6b1bb1c398b7cbe5478b546918 /scripts
parent9bacd09cc5280924908fc4bba494856bbe37c47f (diff)
parentb047da059a1042a27ba68b1bdc50dd187bd362f4 (diff)
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'scripts')
-rw-r--r--scripts/scan-pkgs.sh9
1 files changed, 0 insertions, 9 deletions
diff --git a/scripts/scan-pkgs.sh b/scripts/scan-pkgs.sh
index b1292f7e2..4118383d5 100644
--- a/scripts/scan-pkgs.sh
+++ b/scripts/scan-pkgs.sh
@@ -31,9 +31,6 @@ if [[ -n $ADK_NATIVE ]];then
if [[ -n $ADK_TARGET_PACKAGE_RPM ]]; then
NEED_RPM="$NEED_RPM rpm"
fi
-fi
-
-if [[ -n $ADK_NATIVE ]];then
if [[ -n $ADK_PACKAGE_SQUID ]]; then
NEED_GXX="$NEED_GXX squid"
fi
@@ -86,7 +83,6 @@ if [[ -n $ADK_PACKAGE_LIBPCAP ]]; then
NEED_BISON="$NEED_BISON libpcap"
fi
-
if [[ -n $NEED_GETTEXT ]]; then
if ! which xgettext >/dev/null 2>&1; then
echo >&2 You need gettext to build $NEED_GETTEXT
@@ -190,9 +186,4 @@ if [[ -n $NEED_FLEX ]]; then
fi
fi
-#if [[ -n $ADK_COMPILE_MYSQL && $OStype != Linux ]]; then
-# echo >&2 mySQL does not build on non-GNU/Linux.
-# out=1
-#fi
-
exit $out