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,12 +486,10 @@ check_install_epc_software() {
test_install_package libatlas-dev
test_install_package libblas
test_install_package libblas-dev
if [ x$DISTRIB_RELEASE == x12.04 ]; then
if [ x$UTILS_ARCH == x64 ]; then
test_install_package libconfig8-dev
else
test_install_package libconfig-dev
fi
if [ x$UTILS_ARCH == x64 ]; then
test_install_package libconfig8-dev
else
test_install_package libconfig-dev
fi
test_install_package libforms-bin
test_install_package libforms-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