Commit ff99d753 authored by malosek's avatar malosek

Minor buid system tunning

parent 740e531f
......@@ -26,6 +26,14 @@ if [ $? -ne 0 ]; then
exit 1
fi
libtool --version > /dev/null 2>&1
if [ $? -ne 0 ]; then
echo
echo "Could not find libtool, libtool.m4 macro is probably not installed."
echo
exit 1
fi
mkdir -p config
if [ $? -ne 0 ]; then
echo
......
......@@ -613,7 +613,6 @@ AC_SUBST(LIBZMQ_EXTRA_LDFLAGS)
# Checks for library functions.
AC_FUNC_MALLOC
AC_TYPE_SIGNAL
AC_CHECK_FUNCS(perror gettimeofday memset socket getifaddrs freeifaddrs)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment