Commit 056c3445 authored by Raymond Knopp's avatar Raymond Knopp

git-svn-id: http://svn.eurecom.fr/openair4G/trunk@5693 818b1a75-f10b-46b9-bf7c-635c3b92a50f
parent b1a08dfd
...@@ -486,13 +486,11 @@ check_install_epc_software() { ...@@ -486,13 +486,11 @@ check_install_epc_software() {
test_install_package libatlas-dev test_install_package libatlas-dev
test_install_package libblas test_install_package libblas
test_install_package libblas-dev test_install_package libblas-dev
if [ x$DISTRIB_RELEASE == x12.04 ]; then
if [ x$UTILS_ARCH == x64 ]; then if [ x$UTILS_ARCH == x64 ]; then
test_install_package libconfig8-dev test_install_package libconfig8-dev
else else
test_install_package libconfig-dev test_install_package libconfig-dev
fi fi
fi
test_install_package libforms-bin test_install_package libforms-bin
test_install_package libforms-dev test_install_package libforms-dev
test_install_package libgcrypt11-dev test_install_package libgcrypt11-dev
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment