Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
SWIFT
SWIFTsim
Commits
db0abfa5
Commit
db0abfa5
authored
Apr 14, 2015
by
Pedro Gonnet
Browse files
Merge branch 'master' of gitlab.cosma.dur.ac.uk:swift/swiftsim into mpi_fixes
Former-commit-id: bad58888d092be9d723d05383631a64d9a7892c4
parents
a815a53f
fa71a30f
Changes
1
Hide whitespace changes
Inline
Side-by-side
configure.ac
View file @
db0abfa5
# This file is part of SWIFT.
# 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!))
# Check for pthreads.
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
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
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment