Skip to content
Snippets Groups Projects
Commit fa71a30f authored by Matthieu Schaller's avatar Matthieu Schaller
Browse files

Merge branch 'autotools-update' into 'master'

Autotools update

Fix for issue #17.

See merge request !8


Former-commit-id: 453c1467b7f100396e48f867eff1b4004f2919de
parents 0a65a95b e57084e1
Branches
Tags
No related merge requests found
# This file is part of SWIFT. # This file is part of SWIFT.
# Copyright (C) 2012 pedro.gonnet@durham.ac.uk. # Copyright (C) 2012 pedro.gonnet@durham.ac.uk.
# #
...@@ -165,7 +164,7 @@ AC_CHECK_LIB(m,sqrt,,AC_MSG_ERROR(something is wrong with the math library!)) ...@@ -165,7 +164,7 @@ AC_CHECK_LIB(m,sqrt,,AC_MSG_ERROR(something is wrong with the math library!))
# Check for pthreads. # Check for pthreads.
AX_PTHREAD([LIBS="$PTHREAD_LIBS $LIBS" CFLAGS="$CFLAGS $PTHREAD_CFLAGS" AX_PTHREAD([LIBS="$PTHREAD_LIBS $LIBS" CFLAGS="$CFLAGS $PTHREAD_CFLAGS"
CC="$PTHREAD_CC" LDFLAGS="$PTHREAD_LIBS $LIBS"], CC="$PTHREAD_CC" LDFLAGS="$LDFLAGS $PTHREAD_LIBS $LIBS"],
AC_MSG_ERROR([Could not find a working version of AC_MSG_ERROR([Could not find a working version of
the pthread library. Make sure you have the library and header files installed the pthread library. Make sure you have the library and header files installed
or use CPPFLAGS and LDFLAGS if the library is installed in a or use CPPFLAGS and LDFLAGS if the library is installed in a
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment