diff options
author | Simon Josefsson <simon@josefsson.org> | 2009-04-03 14:58:32 +0200 |
---|---|---|
committer | Simon Josefsson <simon@josefsson.org> | 2009-04-03 14:58:32 +0200 |
commit | e54590c7c17384329e6ccd870344c1258929d098 (patch) | |
tree | 6ac48ad93c30061e81b625c5aace133e96769c25 /gl/m4/gnulib-comp.m4 | |
parent | 99ffed57d2f29e784f072302398f0268e6e7ba7d (diff) | |
download | gnutls-e54590c7c17384329e6ccd870344c1258929d098.tar.gz |
Use output-def test from gnulib.
Diffstat (limited to 'gl/m4/gnulib-comp.m4')
-rw-r--r-- | gl/m4/gnulib-comp.m4 | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gl/m4/gnulib-comp.m4 b/gl/m4/gnulib-comp.m4 index 5106e8a8e8..bd06b134fa 100644 --- a/gl/m4/gnulib-comp.m4 +++ b/gl/m4/gnulib-comp.m4 @@ -106,6 +106,7 @@ AC_SUBST([LTALLOCA]) gl_ARPA_INET_MODULE_INDICATOR([inet_ntop]) gl_INET_PTON gl_ARPA_INET_MODULE_INDICATOR([inet_pton]) + gl_LD_OUTPUT_DEF AC_REQUIRE([gl_HEADER_SYS_SOCKET]) if test "$ac_cv_header_winsock2_h" = yes; then AC_LIBOBJ([listen]) @@ -433,6 +434,7 @@ AC_DEFUN([gl_FILE_LIST], [ m4/inet_pton.m4 m4/intmax_t.m4 m4/inttypes_h.m4 + m4/ld-output-def.m4 m4/lib-ld.m4 m4/lib-link.m4 m4/lib-prefix.m4 |