1
0
mirror of https://github.com/twisterarmy/twister-core.git synced 2025-03-09 12:01:04 +00:00

change order for static lib compatibility

This commit is contained in:
Miguel Freitas 2014-07-09 22:59:57 -03:00
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"
fi
LIBS="$old_LIBS $db_cxx_lib"
LIBS="$db_cxx_lib $old_LIBS"
for db_cxx_hdr in $try_headers ; do
if test -z $DB_CXX_HEADER ; then