forked from pool/libfabric
b1ca5cb85d
OBS-URL: https://build.opensuse.org/request/show/436355 OBS-URL: https://build.opensuse.org/package/show/science:HPC/libfabric?expand=0&rev=1
22 lines
562 B
Diff
22 lines
562 B
Diff
diff --git a/configure.ac b/configure.ac
|
|
index e17d27f..fcb1c00 100644
|
|
--- a/configure.ac
|
|
+++ b/configure.ac
|
|
@@ -10,7 +10,6 @@ AC_CONFIG_AUX_DIR(config)
|
|
AC_CONFIG_MACRO_DIR(config)
|
|
AC_CONFIG_HEADERS(config.h)
|
|
AM_INIT_AUTOMAKE([1.11 dist-bzip2 foreign -Wall -Werror subdir-objects parallel-tests tar-ustar])
|
|
-m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
|
|
|
|
AC_CANONICAL_HOST
|
|
|
|
@@ -87,7 +86,7 @@ AC_HEADER_STDC
|
|
dnl Check for compiler features
|
|
AC_C_TYPEOF
|
|
|
|
-LT_INIT
|
|
+LT_INIT([disable-static])
|
|
|
|
dnl dlopen support is optional
|
|
AC_ARG_WITH([dlopen],
|