Skip to content

Commit

Permalink
Fix static linking (with gomp)
Browse files Browse the repository at this point in the history
  • Loading branch information
s-will committed May 4, 2018
1 parent f4a8ffe commit 369cc7c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -297,10 +297,10 @@ AC_MSG_RESULT([$dynamic_liblocarna])
AM_CONDITIONAL([STATIC_LIBLOCARNA],[test "$link_statically" = "no" -a "$dynamic_liblocarna" = "no"])

dnl for lgomp if all-static
dnl AS_IF([test "$link_statically" = "yes"],
dnl [
dnl AX_APPEND_FLAG(["-ldl"],[LDFLAGS])
dnl ])
AS_IF([test "$link_statically" = "yes"],
[
AX_APPEND_FLAG(["-ldl"],[LDFLAGS])
])


dnl Checks for typedefs, structures, and compiler characteristics.
Expand Down

0 comments on commit 369cc7c

Please sign in to comment.