Skip to content
Snippets Groups Projects
Commit 89443e3a authored by Dan Povey's avatar Dan Povey
Browse files

Fix to configure script.

git-svn-id: https://svn.code.sf.net/p/kaldi/code/trunk@43 5e6a8d80-dfce-4ca6-a32a-6e07a63d50c8
parent b4ddd728
Branches
No related tags found
No related merge requests found
......@@ -201,7 +201,7 @@ if [ "`uname`" == "Linux" ]; then
if [ -z $ATLASLIBDIR ]; then
if [ -f `pwd`/../tools/ATLAS/build/install/lib/libatlas.a ]; then
ATLASLIBDIR=`pwd`/../tools/ATLAS/build/install/lib/libatlas.a
ATLASLIBDIR=`pwd`/../tools/ATLAS/build/install/lib
elif [ -f /usr/local/lib/libatlas.a ]; then
ATLASLIBDIR=/usr/local/lib
elif [ -f /usr/lib/sse2/libatlas.a ]; then
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment