mirror of https://gitee.com/bigwinds/arangodb
generated files
This commit is contained in:
parent
24923f8e5f
commit
0b618a6284
|
@ -146,7 +146,8 @@ LIBS = \
|
|||
@MATH_LIBS@ \
|
||||
@OPENSSL_LIBS@ \
|
||||
@ICU_LIBS@ \
|
||||
@ZLIB_LIBS@
|
||||
@ZLIB_LIBS@ \
|
||||
@LIBS@
|
||||
|
||||
## -----------------------------------------------------------------------------
|
||||
## --SECTION-- LIBRARIES & PROGRAMS
|
||||
|
|
|
@ -1000,7 +1000,8 @@ LIBS = \
|
|||
@MATH_LIBS@ \
|
||||
@OPENSSL_LIBS@ \
|
||||
@ICU_LIBS@ \
|
||||
@ZLIB_LIBS@
|
||||
@ZLIB_LIBS@ \
|
||||
@LIBS@
|
||||
|
||||
LN_S = @LN_S@
|
||||
LTLIBOBJS = @LTLIBOBJS@
|
||||
|
|
|
@ -8435,6 +8435,7 @@ LIB_INFO="$LIB_INFO|ZLIB_LIBS: ${ZLIB_LIBS}"
|
|||
LIBS="$LIBS -lresolv"
|
||||
|
||||
|
||||
|
||||
BUILD_H="\$(top_srcdir)/build.h"
|
||||
|
||||
|
||||
|
|
|
@ -684,6 +684,7 @@ dnl resolv
|
|||
dnl ----------------------------------------------------------------------------
|
||||
|
||||
LIBS="$LIBS -lresolv"
|
||||
AC_SUBST(LIBS)
|
||||
|
||||
dnl ============================================================================
|
||||
dnl --SECTION-- GENERATE FILES
|
||||
|
|
Loading…
Reference in New Issue