mirror of
https://github.com/twisterarmy/twister-core.git
synced 2025-03-09 20:11:14 +00:00
change order for static lib compatibility
This commit is contained in:
parent
b21af7d18b
commit
b0e35d2c7f
@ -100,7 +100,7 @@ AC_DEFUN([AX_BERKELEY_DB_CXX],
|
|||||||
try_headers="db$version/db_cxx.h db`echo $version | sed -e 's,\..*,,g'`/db_cxx.h"
|
try_headers="db$version/db_cxx.h db`echo $version | sed -e 's,\..*,,g'`/db_cxx.h"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
LIBS="$old_LIBS $db_cxx_lib"
|
LIBS="$db_cxx_lib $old_LIBS"
|
||||||
|
|
||||||
for db_cxx_hdr in $try_headers ; do
|
for db_cxx_hdr in $try_headers ; do
|
||||||
if test -z $DB_CXX_HEADER ; then
|
if test -z $DB_CXX_HEADER ; then
|
||||||
|
Loading…
x
Reference in New Issue
Block a user