aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2015-07-15 16:07:02 +0200
committerThomas White <taw@physics.org>2015-07-15 16:07:02 +0200
commit2c71300c927209b55886e2c5398e5a9c87b78ba3 (patch)
treed86d99577a2d8844c24915435e05646b4641d7e3
parent5a0f467f5c13d4696d0dd6778d6e312d338dc84f (diff)
Add -lpthread to libcrystfel
This was missing before, which caused problems when trying to link to libcrystfel when otherwise not using pthreads.
-rw-r--r--configure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 87f84f76..0971acb6 100644
--- a/configure.ac
+++ b/configure.ac
@@ -334,6 +334,7 @@ MAIN_LIBS="$MAIN_LIBS $Pango_LIBS $PangoCairo_LIBS $LDFLAGS"
AC_SUBST([MAIN_LIBS])
LIBCRYSTFEL_LIBS="$LIBS $HDF5_LIBS $GSL_LIBS $FFTW_LIBS $CURSES_LIB $LDFLAGS"
+LIBCRYSTFEL_LIBS="$LIBCRYSTFEL_LIBS -pthread"
AC_SUBST([LIBCRYSTFEL_LIBS])
GTK_DOC_CHECK([1.9],[--flavour no-tmpl])