summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
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