Skip to content
Snippets Groups Projects
Commit d82c65ec authored by Pietro Incardona's avatar Pietro Incardona
Browse files

New BOOST macro

parent d90755e3
No related branches found
No related tags found
No related merge requests found
......@@ -103,10 +103,12 @@ AC_DEFUN([AX_BOOST_IOSTREAMS],
fi
if test "x$ax_lib" = "x"; then
AC_MSG_ERROR(Could not find a version of the library!)
echo "Could not find a version of the library!"
exit 202
fi
if test "x$link_iostreams" != "xyes"; then
AC_MSG_ERROR(Could not link against $ax_lib !)
echo "Could not link against $ax_lib !"
exit 202
fi
fi
......
......@@ -96,10 +96,12 @@ AC_DEFUN([AX_BOOST_PROGRAM_OPTIONS],
done
fi
if test "x$ax_lib" = "x"; then
AC_MSG_ERROR(Could not find a version of the library!)
echo "Could not find a version of the library!"
exit 202
fi
if test "x$link_program_options" != "xyes"; then
AC_MSG_ERROR([Could not link against [$ax_lib] !])
echo "Could not link against [$ax_lib] !"
exit 202
fi
fi
CPPFLAGS="$CPPFLAGS_SAVED"
......
......@@ -124,14 +124,16 @@ AC_DEFUN([AX_BOOST_UNIT_TEST_FRAMEWORK],
done
fi
if test "x$ax_lib" = "x"; then
AC_MSG_ERROR(Could not find a version of the library!)
echo "Could not find a version of the library!"
exit 202
fi
if test "x$link_unit_test_framework" != "xyes"; then
AC_MSG_ERROR(Could not link against $ax_lib !)
echo "Could not link against $ax_lib !"
exit 202
fi
fi
CPPFLAGS="$CPPFLAGS_SAVED"
LDFLAGS="$LDFLAGS_SAVED"
fi
])
\ No newline at end of file
])
openfpm_data @ 90170160
Subproject commit 2a0f6aa8e0d04c41722c9bb7c3c82ff1c6a7a393
Subproject commit 90170160c28d16850d43a9c54cbde1f2624d87a1
openfpm_devices @ 2252634e
Subproject commit d029df30bee9e3866860579ce9adb85d80fa2b8f
Subproject commit 2252634e1b618e7da8a2c86a58abaef4747d405e
openfpm_io @ 7117dab0
Subproject commit ba2a9eb22820165ccbebf495180d8cd18d86da55
Subproject commit 7117dab0c2bc4db60e8313fc83b8792330079719
openfpm_vcluster @ e881918b
Subproject commit f8e1079b7d2f4ddcbc15e76b401f05b2abfd330e
Subproject commit e881918b1ce36402589981ea93d5dcd5b3f5e49a
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment