Skip to content

Commit

Permalink
autoconf again
Browse files Browse the repository at this point in the history
  • Loading branch information
TheNumbat committed Nov 9, 2023
1 parent b5064e7 commit c2dbf0e
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
10 changes: 7 additions & 3 deletions ocaml/configure

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion ocaml/configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -2132,7 +2132,8 @@ AS_CASE([$enable_systhreads,$enable_unix_lib],
[systhread_support=false
AC_MSG_NOTICE([the threads library is disabled])],
[systhread_support=true
AC_CONFIG_FILES([otherlibs/systhreads${runtime_suffix}/META])
AC_CONFIG_FILES([otherlibs/systhreads/META])
AC_CONFIG_FILES([otherlibs/systhreads4/META])
otherlibraries="$otherlibraries systhreads${runtime_suffix}"
lib_systhreads=true
lib_systhreads_path="systhreads${runtime_suffix}"
Expand Down

0 comments on commit c2dbf0e

Please sign in to comment.