Changeset 855
- Timestamp:
- Dec 2, 2008, 7:39:29 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
plugins/base1/se.lu.thep.wenni/trunk/configure.ac
r853 r855 27 27 # If you grabbed the source from subversion you should, at top-level, 28 28 # execute: 29 # 29 # ./bootstrap 30 30 # 31 31 … … 100 100 [PLUGINDIR=$withval], 101 101 [PLUGINDIR=$bindir 102 102 if (test x$state = xbase1); then 103 103 PLUGINDIR="$BASEDIR/plugins/bin/wenni" 104 104 elif (test x$state = xbase2); then … … 145 145 AC_SEARCH_LIBS([ATL_ctrsv], [atlas],, 146 146 AC_SEARCH_LIBS(cblas_sdsdot, gslcblas,, 147 147 AC_MSG_FAILURE([cannot find cblas library]))) 148 148 149 149 save_LDFLAGS="$LDFLAGS"
Note: See TracChangeset
for help on using the changeset viewer.